0

I want to uninstall Kdevelop from Ubuntu.

It was not possible to create, debug and compile C programs, only C++.

Seth
  • 58,122

1 Answers1

3

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
Lucio
  • 18,843