Alien (software)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Alien
Original author(s) Joey Hess
Stable release 8.93 / November 7, 2014 (2014-11-07)
Written in Perl
Operating system Linux
Type Package conversion
License GPL2-+
Website http://kitenet.net/programs/alien/

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

Features

Alien supports conversion between Linux Standard Base (LSB), LSB-compliant .rpm packages,[1] .deb, Stampede (.slp), Solaris (.pkg) and Slackware (.tgz, .txz, .tbz, .tlz)[2] 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.

Usage

A sample usage of Alien:

# alien --to-rpm --scripts ./mypkg.deb

This will convert mypkg.deb to mypkg.rpm with the preinst, postinst, prerm and postrm scripts from the Debian package (deb) into the RPM package.

Terminal Commands for Alien

sudo alien (filename).rpm - Rpm to Deb

sudo alien -k (filename).tar.gz - Tar.gz - Deb

sudo alien -d (filename).tar.bz2 - Tar.bz2 - Deb

sudo alien --to-deb ~/(filename).tgz - Tgz - Deb

Unknown sudo alien -r (filename).deb

Commands for Alien

Similar applications

See also

References

External links


<templatestyles src="Asbox/styles.css"></templatestyles>