Refer to the testing instructions.
If something does not work as expected, please report in the testing issue #870 or file your own.
After the package installation, activate the services:
sudo systemctl enable --now tlp.service
sudo systemctl enable --now tlp-pd.service
sudo systemctl enable NetworkManager-dispatcher.service
Important:
Add the TLP Beta PPA to your package sources:
sudo add-apt-repository ppa:linrunner/tlp-beta
sudo apt update
Install the beta packages:
sudo apt install tlp tlp-pd tlp-rdw
Note: you can/should keep your current configuration during install. When prompted about "Configuration file /etc/tlp.conf", answer with 'N'.
Import the repository key:
wget -qO- https://repo.linrunner.de/debian/tlp-beta-archive.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/tlp-beta-archive.gpg
Create the file /etc/apt/sources.list/tlp-beta.sources with the following content (replace RELEASE with your installed version):
# TLP beta
Types: deb
URIs: http://repo.linrunner.de/debian
Suites: RELEASE
Components: main
Signed-By: /etc/apt/trusted.gpg.d/tlp-beta-archive.gpg
Update package sources:
sudo apt update
Install the packages:
sudo apt install tlp tlp-pd tlp-rdw
Note: you can/should keep your current configuration during install. When prompted about "Configuration file /etc/tlp.conf", answer with 'N'.
The package and repository signature fingerprint is
126D 98F6 F0A6 C858 15D5 EF42 BF85 1E76 615E F34A
Download and install manually:
tlp_1.10.0~beta.1+20260403-1_all.deb (sha256)
tlp-rdw_1.10.0~beta.1+20260403-1_all.deb (sha256)
tlp-pd_1.10.0~beta.1+20260403-1_all.deb (sha256)
Enable the repository:
sudo dnf install https://repo.linrunner.de/fedora/tlp/repos/releases/tlp-release.fc$(rpm -E %fedora).noarch.rpm
Install the packages (also performs an upgrade from the older official packages):
sudo dnf install --best --enablerepo=tlp-updates-testing --allowerasing --refresh tlp tlp-pd tlp-rdw
Enable the services:
sudo systemctl enable --now tlp-pd.service
sudo systemctl enable --now tlp.service
Note: For the repository signature fingerprints see How to validate the Repository Keys.
© 2026, linrunner. Licensed under the CC BY-NC-SA.