LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Uninstalling Panda (https://www.linuxquestions.org/questions/linux-newbie-8/uninstalling-panda-483339/)

Nay_Nay 09-14-2006 01:17 AM

Uninstalling Panda
 
I installed Panda's Antivirus, and hve found it DAMN annoying.

How do I uninstall it?

I'm using Ubuntu if that helps

bunnyknight13 09-14-2006 09:05 AM

how did you install it? if you used a .deb file you can use
Code:

dpkg -r NAME
except NAME is the package name.

Nay_Nay 09-15-2006 03:39 PM

I installed it through Synaptic

sumguy231 09-15-2006 03:57 PM

In that case, you can remove it with Synaptic as well. Or, if you prefer the command line,
Code:

sudo apt-get remove desktopsecure
(I think that's the package you're talking about, is that it?)


All times are GMT -5. The time now is 03:18 AM.