Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I uninstall...
#1
Being a long time windoze user I was drawn to antivirus software but I now realize I don't need it with Linux. I installed Bitdefender AV for Linux but now cannot find any trace of it to uninstall. How do I get rid of all traces of this.
Reply
#2

what file did you download to install it in the first place ?

 

if it was an rpm file then uninstalling rpm's is as easy as

 

rpm -e package

 

where [package] is the rpm file you installed in the first place

 

if the program you installed was installed from source then the INSTALL file should give details of installation plus removal

 

cheers

anyweb

Reply
#3

Quote:what file did you download to install it in the first place ? 

if it was an rpm file then uninstalling rpm's is as easy as

 

rpm -e package

 

where [package] is the rpm file you installed in the first place

 

if the program you installed was installed from source then the INSTALL file should give details of installation plus removal

 

cheers

anyweb
 

Im running ubuntu and it was a .deb file that i installed from. Is it the same with that?

Reply
#4

To uninstall a .deb file, deselect it in your package manager, or type:

 



Code:
sudo dpkg -r package_name




Reply
#5

Quote:To uninstall a .deb file, deselect it in your package manager, or type: 



Code:
sudo dpkg -r package_name

<div>


</div>
 

 

Thank you, Im very new and this is turning into a humbling experience for me.

Reply
#6

you are welcome :)

 

and that is why we are here

 

cheers

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)