Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 9625  / 1 Year ago, tue, january 3, 2023, 12:14:09

I installed codeblocks 12.11 on Ubuntu 12.10 manually from terminal using sudo dpkg -i *.deb and then uninstalled it from software center. The icon is still shown in the main lens but doesn't work any longer.



How can I remove the app completely from system??


More From » code-blocks

 Answers
5

Well since you installed using dpkg, then press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below:



sudo dpkg --remove <package name>; sudo dpkg --purge <package name>


Then do



sudo apt-get purge <package name>


If you still have problems then look at How to Completely Remove a Package


[#31967] Wednesday, January 4, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
darpose

Total Points: 424
Total Questions: 99
Total Answers: 121

Location: Jersey
Member since Fri, Oct 1, 2021
3 Years ago
darpose questions
Sun, Jan 23, 22, 04:32, 2 Years ago
Tue, Apr 25, 23, 23:44, 1 Year ago
Wed, Dec 15, 21, 14:42, 2 Years ago
Wed, Jun 2, 21, 23:41, 3 Years ago
;