|
发表于 2005-10-18 19:49:37
|
显示全部楼层
Post by nirenyang
apt-get install alien
alien -d **.rpm
dpkg -i **.deb Should be alien -k xxxx.rpm to convert the rpm to deb.
Post by leejw
rpm -i XXXX.rpm Bad idea! It is better to use alien to convert the package and install by dpkg. |
|