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