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.
Asked
Active
Viewed 4.2k times
2 Answers
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
Faustino
- 31