The command I just executed
*Warning
Use at your own risk. For questions about effects of use, removal methods, etc., ask powertop. Don't ask here.
*Warning
Use at your own risk. For questions about effects of use, removal methods, etc., ask powertop. Don't ask here.
Code:
apt install libpci-dev libnl-3-dev libnl-genl-3-dev gettext libgettextpo-dev autopoint gettext libncurses5-dev libncursesw5-dev libtool-bin dh-autoreconf autoconf-archive pkg-config git
mkdir /root/tmp/git/ -p
cd /root/tmp/git
rm -rf .git
git init
git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/
cd libtraceevent; make; make install; cd ..;
git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/
cd libtracefs; make; make install; cd ..;
git clone https://github.com/fenrus75/powertop.git
cd powertop
sed -i '/autoreconf --install --verbose/c autoreconf --install --verbose --force' autogen.sh
./autogen.sh; ./configure; make; make install
Last edited: