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:

  1. Unpack

    tar xfvz TLP-V.v.v.tar.gz
    cd TLP-V.v.v
    
  2. 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.

  1. Enable the services (as root)

    systemctl enable tlp.service
    
  2. For version 1.9 and newer with tlp-pd, additionally:

    systemctl enable --now tlp-pd.service