5

I searched but couldn't find how to uninstall TLP. I installed it but performance is weird. So I uninstalled it through Synaptic but I still have the icon of it running.

Huc
  • 51
  • 1
  • 1
  • 5

2 Answers2

7

As mentioned here in answer #6 https://answers.launchpad.net/ubuntu/+question/249516

sudo apt-get --purge remove tlp

That will uninstall the TLP package and remove all configurartions

razor7
  • 1,589
2

Try opening a terminal and issuing the following commands:

sudo apt-get remove tlp

sudo add-apt-repository --remove ppa:linrunner/tlp

Elder Geek
  • 36,752