I want to uninstall Kdevelop from Ubuntu.
It was not possible to create, debug and compile C programs, only C++.
To uninstall it just open a terminal and enter the next command:
sudo apt-get remove kdevelop
To also remove the configurations file of this software, enter the next command:
sudo apt-get purge kdevelop
sudo apt-get install kdevelop
– nickanor Mar 25 '13 at 19:21sudo apt-get --purge remove kdevelop
– nickanor Mar 26 '13 at 17:21