News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Alien

From FrugalWiki

Jump to: navigation, search


Alien

Alien est une commande linux qui réalise la conversion entre différents formats de paquet, notamment entre le RPM et le format deb de Debian. Les autres formats les plus connus qu'elle peut convertir sont LSB (Linux Standard Base) et le format .pkg utilisé par Solaris (l'unix de Sun Microsystems).

Théoriquement, la commande alien peut aussi convertir automatiquement les scripts d'installation qui sont inclus dans les paquets. En pratique, cette fonctionnalité est à utiliser avec précaution car les différentes distributions linux peuvent avoir des différences significatives ; par exemple, au démarrage, au lieu de scripts séparés dans le répertoire /etc/init.d, certaines distributions ont un script commun rc.sysinit.

Installation

Root terminal 48px.png
# pacman-g2 -S alien


Utilisation

  • To make a .deb (debian) package
User terminal 48px.png
$ alien -d fichier.ext
  • To make a .rpm (RedHat) package
User terminal 48px.png
$ alien -r fichier.ext
  • To make a .tgz (Slackware) package
User terminal 48px.png
$ alien -t fichier.ext
  • To make a .slp package
User terminal 48px.png
$ alien –to-slp fichier.ext
  • To make an OpenSolaris package
User terminal 48px.png
$ alien -p fichier.ext

For details, see the manual:

User terminal 48px.png
$ man alien
Personal tools
Namespaces
Variants
Actions