TLP Testing

The TLP 1.9 beta test is finished and the release has been announced.

Where do I obtain the offical 1.9.0 packages?

Release packages will be provided by the official repositories of your distribution. Please check them first.

In the meantime you may use the interim solutions described below.

Arch Linux

Release packages are already available in the official repositories.

Ubuntu

Release packages are already available in the PPA.

Debian

The official Debian packages for 1.9.0 are not yet available. So the 1.9.0-beta.1 packages will continue to be available here for the time being. They are identical to the release version except for minor fixes.

Beta Repository

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 beta packages:

sudo apt install tlp tlp-rdw tlp-pd

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

Manual Download

Download and install manually:

tlp_1.9.0~beta.1-1_all.deb (sha256)

tlp-rdw_1.9.0~beta.1-1_all.deb (sha256)

tlp-pd_1.9.0~beta.1-1_all.deb (sha256)

Fedora Beta Repository (F43)

Enable the TLP repository as explained in Installation.

Install the pre-release packages (also performs an upgrade from Fedora's older packages):

sudo dnf install --best --enablerepo=tlp-updates-testing --allowerasing --refresh tlp tlp-pd tlp-rdw

Enable the services as explained in Service Units.

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.

More Information

© 2025, linrunner. Licensed under the CC BY-NC-SA.