How to uninstall or remove TLP?

27,399

Solution 1

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

Solution 2

Try opening a terminal and issuing the following commands:

sudo apt-get remove tlp

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

Share:
27,399

Related videos on Youtube

Huc
Author by

Huc

Kubuntu 14.04 kinda newb...

Updated on September 18, 2022

Comments

  • Huc
    Huc over 1 year

    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.

  • David Foerster
    David Foerster over 9 years
    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.