How can I install TLP in Ubuntu 18.04?
up vote
2
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 the following error:
How do I solve this problem?
apt package-management tlp
add a comment |
up vote
2
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 the following error:
How do I solve this problem?
apt package-management tlp
3
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
1
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
Nov 11 at 14:42
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
3
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47
add a comment |
up vote
2
down vote
favorite
up vote
2
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 the following error:
How do I solve this problem?
apt package-management tlp
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:
How do I solve this problem?
apt package-management tlp
apt package-management tlp
edited Nov 14 at 21:31
Zanna
49.4k13127236
49.4k13127236
asked Nov 11 at 14:36
Rima
264
264
3
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
1
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
Nov 11 at 14:42
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
3
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47
add a comment |
3
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
1
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
Nov 11 at 14:42
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
3
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47
3
3
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
1
1
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
Nov 11 at 14:42
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
Nov 11 at 14:42
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
3
3
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47
add a comment |
1 Answer
1
active
oldest
votes
up vote
10
down vote
accepted
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
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
Nov 11 at 14:56
@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 intlp
but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
Nov 11 at 15:30
2
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
add a comment |
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
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091959%2fhow-can-i-install-tlp-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
10
down vote
accepted
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
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
Nov 11 at 14:56
@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 intlp
but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
Nov 11 at 15:30
2
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
add a comment |
up vote
10
down vote
accepted
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
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
Nov 11 at 14:56
@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 intlp
but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
Nov 11 at 15:30
2
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
add a comment |
up vote
10
down vote
accepted
up vote
10
down vote
accepted
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
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'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
If you are using a Thinkpad you must also use:
sudo apt-get install tp-smapi-dkms acpi-call-dkms
Source: Welcome to TLP!
edited Nov 14 at 21:31
Zanna
49.4k13127236
49.4k13127236
answered Nov 11 at 14:47
WinEunuuchs2Unix
41.5k1070158
41.5k1070158
Thanks a lot. How effective is TLP in extending battery life?
– Rima
Nov 11 at 14:56
@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 intlp
but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
Nov 11 at 15:30
2
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
add a comment |
Thanks a lot. How effective is TLP in extending battery life?
– Rima
Nov 11 at 14:56
@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 intlp
but also in gnome / unity where screen is dimmed after 10 seconds of inactivity, etc.
– WinEunuuchs2Unix
Nov 11 at 15:30
2
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
Thanks a lot. How effective is TLP in extending battery life?
– Rima
Nov 11 at 14:56
Thanks a lot. How effective is TLP in extending battery life?
– Rima
Nov 11 at 14:56
@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
Nov 11 at 15:30
@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
Nov 11 at 15:30
2
2
@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
Nov 11 at 20:57
@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
Nov 11 at 20:57
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
@DavidFoerster Thanks but my problem has been solved now. :)
– Rima
Nov 12 at 8:02
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091959%2fhow-can-i-install-tlp-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
3
TLP is available in the Ubuntu repos. Does the PPA version have something unique?
– dsstorefile1
Nov 11 at 14:40
1
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
Nov 11 at 14:42
I just installed ubuntu few days back and I am complete beginner. so how do I install the correct PPA ?
– Rima
Nov 11 at 14:43
@GabrielaGarcia so should I uncheck the boxes for all the PPAs from software and updates?
– Rima
Nov 11 at 14:46
3
You don't install any PPA for TLP. TLP is available at the official repositories and can be installed like anything else you find in Ubuntu Sofware. And, yes, you should definitely remove all those PPAs.
– GabrielaGarcia
Nov 11 at 14:47