Cómo compilar e instalar el software en el paquete fuente
Cómo instalar el software en el paquete de código fuente;
1. Formato de empaquetado del paquete de código fuente;
El código fuente generalmente se empaqueta como file.tar.gz file.tar. bz2 o file.src .rpm; los comandos de descompresión para file.tar.gz y file.tar.bz2 son los siguientes:
[[root@localhost beinan]# tar jxvf file.tar.bz2
[ [root@localhost beinan]# tar jxvf file.tar.bz2
[root@localhost beinan]# zxvf file.tar.bz2