JUEGOS/SOFTWARE/HARDWARE > SOFTWARE
Como compilar el programa HTOP para debian/ubuntu/mint
(1/1)
Fl0ppy:
https://www.xmodulo.com/build-rpm-deb-package-source-checkinstall.html
--
--- Quote (selected) ---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
--- Fin de la cita ---
Answer y to "Should I create a default set of package docs?":
You can enter a brief description of the package, then press Enter twice:
Enter a number to modify any of the following values or Enter to proceed:
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
Fl0ppy:
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
--- Quote (selected) ---Error opening terminal: xterm-256color
--- Fin de la cita ---
Teclea
--- Código: ---export TERM=xterm-color
--- Fin del código ---
Para tener este cambio de manera permanente ponlo en tu .bashrc
Fl0ppy:
Compilada versión actualizada a la 3.3.0 :ok:
Navegación
Ir a la versión completa