How to install TLP in ubuntu 18.04?

Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I tried installing TLP in ubuntu 18.04 using the command line
sudo add-apt-repository ppa:linrunner/tlp
But I get following error:

How do I solve this problem?
tlp
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 1 more comment
up vote
1
down vote
favorite
I tried installing TLP in ubuntu 18.04 using the command line
sudo add-apt-repository ppa:linrunner/tlp
But I get following error:

How do I solve this problem?
tlp
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
1
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago
|
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I tried installing TLP in ubuntu 18.04 using the command line
sudo add-apt-repository ppa:linrunner/tlp
But I get following error:

How do I solve this problem?
tlp
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I tried installing TLP in ubuntu 18.04 using the command line
sudo add-apt-repository ppa:linrunner/tlp
But I get following error:

How do I solve this problem?
tlp
tlp
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 hours ago
Deltik
207112
207112
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 7 hours ago
Rima
162
162
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
1
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago
|
show 1 more comment
2
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
1
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago
2
2
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
1
1
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
8
down vote
accepted
You are reading old instructions off the internet. tlp is included in Ubuntu universe ppa 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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just intlpbut also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
7 hours ago
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
8
down vote
accepted
You are reading old instructions off the internet. tlp is included in Ubuntu universe ppa 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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just intlpbut also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
7 hours ago
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
add a comment |
up vote
8
down vote
accepted
You are reading old instructions off the internet. tlp is included in Ubuntu universe ppa 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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just intlpbut also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
7 hours ago
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
add a comment |
up vote
8
down vote
accepted
up vote
8
down vote
accepted
You are reading old instructions off the internet. tlp is included in Ubuntu universe ppa 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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
You are reading old instructions off the internet. tlp is included in Ubuntu universe ppa 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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
answered 7 hours ago
WinEunuuchs2Unix
38.8k1060144
38.8k1060144
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just intlpbut also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
7 hours ago
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
add a comment |
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just intlpbut also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
7 hours ago
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
Thanks a lot. How effective is TLP in extending battery life?
– Rima
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just in
tlp but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.– WinEunuuchs2Unix
7 hours ago
@Rima I run my laptops plugged in 24/7 but I've heard others say how it extends from 4 hours to 10 hours after all power saving features are enabled, not just in
tlp but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.– WinEunuuchs2Unix
7 hours ago
1
1
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
@Rima: Could you please open a new question if you have a new or follow-up question? The comment section is not suitable or meant for new questions or extended discussion. You’re welcome to send me a comment with a notification to draw my attention to it. Thanks.
– David Foerster
1 hour ago
add a comment |
Rima is a new contributor. Be nice, and check out our Code of Conduct.
Rima is a new contributor. Be nice, and check out our Code of Conduct.
Rima is a new contributor. Be nice, and check out our Code of Conduct.
Rima is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091959%2fhow-to-install-tlp-in-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
7 hours ago
1
Possible duplicate of Xenial repository does not have a Release file
– karel
7 hours ago
Actually the PPA you added has no software for your Ubuntu release. As the comment above suggests, install it normally AND remove all those old PPAs you've been adding.
– GabrielaGarcia
7 hours ago
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
7 hours ago
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
7 hours ago