以 alien_8.87.tar.gz 为例:
- 下载、安装 alien_8.87.tar.gz
[[email protected] ~]# wget http://ftp.de.debian.org/debian/pool/main/a/alien/alien_8.87.tar.gz
[[email protected] ~]# tar zxvf alien_8.87.tar.gz
[[email protected] ~]# cd alien
[[email protected] alien]# perl Makefile.PL
[[email protected] alien]# make
[[email protected] alien]# make install
- 转换filename.deb到filename.rpm
[[email protected] ~]# 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包
[[email protected] ~]# rpm -ivh libnet0-dev-1.0.2a-8.i386.rpm
linux环境下deb格式文件转换成rpm格式,布布扣,bubuko.com
时间: 2024-12-24 00:52:08