0

I want to uninstall Kdevelop from Ubuntu.

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

Seth
  • 57,282
  • 43
  • 144
  • 200
JC Saenz
  • 1
  • 1
  • 2

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,648
  • 31
  • 107
  • 190