Alien will turn to “deb” in “rpm” and vice versa
Caution
This article was published more than a year ago, there may have been developments.
Please take this into account.
Today we see a small handbook for the operation of "alien”, application that converts archives "deb"To Debian in “rpm"To RedHat, and vice versa. Clearly available only for GNU / Linux. Although it is a stable software and regularly updated, “alien” should not be used for the installation of packages important for the system. Alien offers an alternative if they do not exist compiled packages for your distribution, is not suitable to replace the system libraries.
Installing from the repository:
Alien is included in the repositories of the major distributions on the market download. To install it on RedHat, Fedora and derived a simple launch:
[user@localhost:~]$ su -c 'yum -y install alien'
To Debian, Ubuntu and derived the evergreen:
[user@localhost:~]$ sudo apt-get install alien
Syntax:
The command line syntax is Alien semantically intuitive, I do not think there is a need to explain the commands.
To convert ".deb”:
[user@localhost:~]$ alien --to-deb [<opz>] <packet>...
To convert ".rpm”:
[user@localhost:~]$ alien --to-rpm [<opz>] <packet>...
E 'can also convert ".tgz"O".pkg"With the same procedure.
Unfortunately,, despite being a program evolved and having reached a certain stability, Alien fan not Miracoli, think that goes very well in the conversion DEB, and when should mention bene convert to RPM. However, if the package is available for the native operating system is good to install the. Alien use only in case of need.
2 Comments
TheJoe · 6 November 2010 at 4:15 PM
Usually the compilation of “alien” through source code problems, l'ho testata of Fedora 10 onwards and I have never encountered.
You can download it from here: http://kitenet.net/~joey/code/alien/
alfonso · 5 November 2010 at 10:43 AM
where I can try out the source code of alien for redhat seen that with yum install alien nrisco not to install?
thanks