I tried installing TLP in ubuntu 18.04 using the command line

sudo add-apt-repository ppa:linrunner/tlp 

But I get the following error:

Image

How do I solve this problem?

4

2 Answers

You are reading old instructions off the internet. tlp is included in Ubuntu's universe repository so all you need to type is:

sudo apt install tlp 

If you want to utilize the Radio Wizard also use:

sudo apt install tlp-rdw 

Thinkpad users can install optional packages for battery threshold levels:

sudo apt-get install tp-smapi-dkms acpi-call-dkms 

Source: Welcome to TLP!

7

For a person who is more into the UI, do the following.

$ sudo add-apt-repository ppa:linuxuprising/apps $ sudo apt-get update $ sudo apt-get install tlpui 

ui

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy