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

Alien (Français)

From FrugalWiki

Jump to: navigation, search


Alien

Alien is a computer program that converts between different Linux package formats, written by Joey Hess.

Alien supports conversion between Linux Standard Base, RPM, deb, Stampede (.slp), Solaris (.pkg) and Slackware (.tgz) packages. It is also capable of automatically installing the generated packages, and can try to convert the installation scripts included in the archive as well. The latter feature should be used with caution since Linux distributions may vary significantly from one another, and using install scripts automatically converted from an Alien format may break the system.

Installation

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


Use

  • Pour faire un paquet .deb (debian)
User terminal 48px.png
$ alien -d fichier.ext
  • our faire un paquet .rpm (redhat)
User terminal 48px.png
$ alien -r fichier.ext
  • Pour faire un paquet .tgz (slackware)
User terminal 48px.png
$ alien -t fichier.ext
  • Pour faire un paquet .slp
User terminal 48px.png
$ alien –to-slp fichier.ext
  • Pour faire un paquet Solaris
User terminal 48px.png
$ alien -p fichier.ext

Pour les détails, voir le manuel:

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