Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 9627  / 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
;