以 alien_8.87.tar.gz 为例:
下载、安装 alien_8.87.tar.gz
[root@shyn ~]# wget http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.87.tar.gz
[root@shyn ~]# tar zxvf alien_8.87.tar.gz
[root@shyn ~]# cd alien
[root@shyn alien]# perl Makefile.PL
[root@shyn alien]# make
[root@shyn alien]# make install
转换filename.deb到filename.rpm
[root@shyn ~]# alien -r filename.deb
Warning: Skipping conversion of scripts in package libnet0-dev: postinst prerm
Warning: Use the --scripts parameter to include the scripts.
filename.rpm generated
安装rpm包
[root@shyn ~]# rpm -ivh libnet0-dev-1.0.2a-8.i386.rpm
Linux系统入门学习:用CheckInstall从源码创建一个RPM或DEB包:http://www.linuxdiyf.com/linux/3232.html
Ubuntu:使用Alien实现DEB与RPM互换:http://www.linuxdiyf.com/linux/918.html