PDA

View Full Version : Uninstall Application Vault


dfawdon
14th May 2008, 04:10 AM
I have searched the forums for the answer to this but nothing. I am hoping someone could advise me on how to completely remove the Application Vault itself, not just the packages ?
I am using Ubuntu and I installed this by mistake, the only suggestion I have so far is do a restore, which is a bit overkill I think, thanks in advance.

HostingGuy
15th May 2008, 12:22 PM
In a centos System I would do this:

rpm -e `rpm -qa | grep -i appvault`

dfawdon
15th May 2008, 07:56 PM
Thanks HostingGuy,
I am using Ubuntu and not too hot on SSH commands, any idea what the commands would be on my OS ?

breun
17th May 2008, 02:05 PM
As far as I can see there are just the appvault packages. Remove all of them and you probably don't have the appvault anymore. You could try and see what 'dpkg -l | grep -i appvault' returns and remove all those packages.