有些檔案是只有提供RPM而沒有DEB
Ubuntu又無法直接安裝RPM
這時真囧rz

剛好遇到這個問題,雖然找到解決方法
卻不是一定成功的感覺=.=


Alien

可以下載安裝或者直接於Ubuntu下指令

sudo apt-get install alien

依照指示就可以了(也就按一個Y而己)


使用方法例如

alien -k xxx.rpm

alien -d xxx.rpm

參數用法請看說明文件吧


不過很悶的是我要裝的lib函式包..轉換是轉成了..安裝卻失敗= =


而compat-libstdc++-33-3.2.3-61.i386.rpm是不能轉= =會出現錯誤
路過會滴高手如果有解決方法記得教下唷A_A


Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another distribution than the one you have installed on your system, you can use alien to convert it to your preferred package format and install it.

Alien should not be used to replace important system packages, like sysvinit, shared libraries, or other things that are essential for the functioning of your system. Many of these packages are set up differently by Debian and Red Hat, and packages from the different distributions cannot be used interchangably. In general, if you can't uninstall the package without breaking your system, don't try to replace it with an alien version.
-----

betray 發表在 PIXNET 痞客邦 迴響(0) 引用(0) 人氣(141)