Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

uninstall a deb app that was installed via cmdln

  Date: Jan 07    Category: Unix / Linux / Ubuntu    Views: 287
  

I installed Opera via the terminal but now I need to uninstall it. Never
done that before. This is the cmd to install: dpkg -i
opera-static_5.0-0beta7-20010426-023_i386.deb

Share: 

 

4 Answers Found

 
Answer #1    Answered On: Jan 07    

man dpkg reveal that you use the option "-r" to remove a package.
So why not try :

dpkg -r opera-static_5.0-0beta7-20010426-023_i386.deb

But I'm no expert at dpkg: I prefer to use apt-get.

 
Answer #2    Answered On: Jan 07    

If you install it that way you can use Synaptic too to un install the program.

 
Answer #3    Answered On: Jan 07    

Use dpkg -r opera-static_5.0-0beta7-20010426-023_i386.deb
to uninstall Opera.
The -r stands for remove, as the -i stands for remove

 
Answer #4    Answered On: Jan 07    

Try apt-get remove opera-static_ 5.0-0beta7- 20010426- 023_i386
Without the .deb

 
Didn't find what you were looking for? Find more on uninstall a deb app that was installed via cmdln Or get search suggestion and latest updates.




Tagged: