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 3.6k 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,559
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,023
- 25
- 98
- 183

Faustino
- 31
-
AU cares for high quality answers (and questions). While your answer may provide a viable solution, it lacks an explanation. Can you please [edit] your answer to elaborate on what these commands are supposed to do? You can also format code and shell commands nicely. – David Foerster Oct 16 '14 at 13:15