Linux-Noob Forums

Full Version: How do I uninstall...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.

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


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?


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

 



Code:
sudo dpkg -r package_name





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.


you are welcome :)

 

and that is why we are here

 

cheers