Beitrag

htop Fork

Lust auf ein „aktuelleres“ htop?

1
2
3
4
5
6
7
8
9
10
apt purge -y htop &&
apt install dh-autoreconf automake build-essential autoconf-archive libncurses-dev git -y &&
cd /tmp &&
git clone https://github.com/htop-dev/htop.git &&
cd htop &&
./autogen.sh && ./configure && make -j $(nproc) && make install &&
cd .. &&
rm -rf htop &&
echo "" &&
htop -V

Updaten mit…

1
2
3
4
5
6
7
8
cd /tmp &&
git clone https://github.com/htop-dev/htop.git &&
cd htop &&
./autogen.sh && ./configure && make -j $(nproc) && make install &&
cd .. &&
rm -rf htop &&
echo "" &&
htop -V

Quelle: htop-dev/htop

Dieser Eintrag ist vom Autor unter CC BY 4.0 lizensiert.