KAPITALSIN
JUEGOS/SOFTWARE/HARDWARE => SOFTWARE => Mensaje iniciado por: Fl0ppy en 06 de Junio de 2022, 09:26:08 pm
-
https://www.xmodulo.com/build-rpm-deb-package-source-checkinstall.html
--
sudo aptitude install checkinstall
wget https://github.com/htop-dev/htop/releases/download/3.2.1/htop-3.2.1.tar.xz
tar xvfa htop-3.2.1.tar.xz
cd htop-3.2.1
./configure
sudo checkinstall
Answer y to "Should I create a default set of package docs?":
(https://www.xmodulo.com/img/26a.png)
You can enter a brief description of the package, then press Enter twice:
(https://www.xmodulo.com/img/26b.png)
Enter a number to modify any of the following values or Enter to proceed:
(https://www.xmodulo.com/img/26c.png)
sudo gdebi-gtk htop_3.2.1-1_amd64.deb or sudo dpkg -r htop_3.2.1-1_amd64.deb
And that's it! now you will hav the updated htop in you "old" ubuntu/mint
Attached the .deb for Ubuntu 18.04/Mint 19.3/GLibc 2.27
-
Creada versión estática binaria con muslc, ocupa 8 kb's más pero funciona con cualquier distro que lleve el Kernel Linux :ok:
Si os da este error
Error opening terminal: xterm-256color
Teclea
export TERM=xterm-color
Para tener este cambio de manera permanente ponlo en tu .bashrc
-
Compilada versión actualizada a la 3.3.0 :ok: