Other Linux Distributions
Note
Before installing from source please check your distribution’s repositories whether packages already exist there.
You may install the source tarball from Downloads:
Unpack
tar xfvz TLP-V.v.v.tar.gz cd TLP-V.v.v
Install (as root)
make install install-man
Note
Depending on your distribution, make install might not produce a working TLP installation. Check Makefile options to adapt to specific requirements. However, this is not necessary in many cases.
Enable the services (as root)
systemctl enable tlp.service
For version 1.9 and newer with tlp-pd, additionally:
systemctl enable --now tlp-pd.service
See also