How to install TLP in ubuntu 18.04?

The name of the pictureThe name of the pictureThe name of the pictureClash 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:



Image



How do I solve this problem?










share|improve this question









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














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:



Image



How do I solve this problem?










share|improve this question









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












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:



Image



How do I solve this problem?










share|improve this question









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:



Image



How do I solve this problem?







tlp






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








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












  • 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










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!






share|improve this answer




















  • 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






  • 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










Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Rima is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















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






























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!






share|improve this answer




















  • 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






  • 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














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!






share|improve this answer




















  • 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






  • 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












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!






share|improve this answer












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!







share|improve this answer












share|improve this answer



share|improve this answer










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 in tlp but 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










  • @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




    @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










Rima is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















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.













 


draft saved


draft discarded














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













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)