Ubuntu下安裝rpm軟體

來源:互聯網
上載者:User
在Ubuntu下安裝exe軟體要wine,而安裝rpm軟體要alien。

1、安裝alien命令列應用工具。
zhancang@ubuntu:~$ sudo apt-get install alien
Password:
正在讀取軟體包列表... 完成
正在分析軟體包的相依樹狀結構       
讀取狀態資訊... 完成             
將會安裝下列額外的軟體包:
debhelper html2text intltool-debian libbeecrypt6 librpm4 po-debconf rpm
建議安裝的軟體包:
lsb-rpm lintian dh-make
推薦安裝的軟體包:
libmail-sendmail-perl libcompress-zlib-perl
下列【新】軟體包將被安裝:
alien debhelper html2text intltool-debian libbeecrypt6 librpm4 po-debconf rpm
共升級了 0 個軟體包,新安裝了 8 個軟體包,要卸載 0 個軟體包,有 24 個軟體未被升級。
需要下載 2557kB 的軟體包。
解壓縮後會消耗掉 8274kB 的額外空間。
您希望繼續執行嗎?[Y/n]y
【警告】:下列的軟體包不能通過驗證!
html2text intltool-debian po-debconf debhelper libbeecrypt6 librpm4 rpm alien
不經驗證就安裝這些軟體包嗎?[y/N] y
擷取:1 http://debian.ustc.edu.cn feisty/main html2text 1.3.2a-3 [95.5kB]
擷取:2 http://debian.ustc.edu.cn feisty/main intltool-debian 0.35.0+20060710.1 [31.6kB]
擷取:3 http://debian.ustc.edu.cn feisty/main po-debconf 1.0.8 [111kB]
擷取:4 http://debian.ustc.edu.cn feisty/main debhelper 5.0.42ubuntu1 [514kB]
擷取:5 http://debian.ustc.edu.cn feisty/main libbeecrypt6 4.1.2-6build1 [108kB]
擷取:6 http://debian.ustc.edu.cn feisty/main librpm4 4.4.1-14build1 [990kB]
擷取:7 http://debian.ustc.edu.cn feisty/main rpm 4.4.1-14build1 [603kB]
擷取:8 http://debian.ustc.edu.cn feisty/main alien 8.65 [104kB]
下載 2557kB,耗時 3s (844kB/s)
選中了曾被取消選擇的軟體包 html2text。
(正在讀取資料庫 ... 系統當前總共安裝有 127050 個檔案和目錄。)
正在解壓縮 html2text (從 .../html2text_1.3.2a-3_i386.deb) ...
選中了曾被取消選擇的軟體包 intltool-debian。
正在解壓縮 intltool-debian (從 .../intltool-debian_0.35.0+20060710.1_all.deb) ...
選中了曾被取消選擇的軟體包 po-debconf。
正在解壓縮 po-debconf (從 .../po-debconf_1.0.8_all.deb) ...
選中了曾被取消選擇的軟體包 debhelper。
正在解壓縮 debhelper (從 .../debhelper_5.0.42ubuntu1_all.deb) ...
選中了曾被取消選擇的軟體包 libbeecrypt6。
正在解壓縮 libbeecrypt6 (從 .../libbeecrypt6_4.1.2-6build1_i386.deb) ...
選中了曾被取消選擇的軟體包 librpm4。
正在解壓縮 librpm4 (從 .../librpm4_4.4.1-14build1_i386.deb) ...
選中了曾被取消選擇的軟體包 rpm。
正在解壓縮 rpm (從 .../rpm_4.4.1-14build1_i386.deb) ...
選中了曾被取消選擇的軟體包 alien。
正在解壓縮 alien (從 .../archives/alien_8.65_all.deb) ...
正在設定 html2text (1.3.2a-3) ...

正在設定 intltool-debian (0.35.0+20060710.1) ...
正在設定 po-debconf (1.0.8) ...
正在設定 debhelper (5.0.42ubuntu1) ...
正在設定 libbeecrypt6 (4.1.2-6build1) ...

正在設定 librpm4 (4.4.1-14build1) ...

正在設定 rpm (4.4.1-14build1) ...

正在設定 alien (8.65) ...
zhancang@ubuntu:~$ 

2、aline的使用。
zhancang@ubuntu:~$ alien --help
Usage: alien [options] file [...]
file [...]                Package file or files to convert.
-d, --to-deb              Generate a Debian deb package (default).
     Enables these options:
       --patch=<patch>      Specify patch file to use instead of automatically
                            looking for patch in /var/lib/alien.
       --nopatch            Do not use patches.
       --anypatch           Use even old version os patches.
       -s, --single         Like --generate, but do not create .orig
                            directory.
       --fixperms           Munge/fix permissions and owners.
       --test               Test generated packages with lintian.
-r, --to-rpm              Generate a Red Hat rpm package.
      --to-slp              Generate a Stampede slp package.
-l, --to-lsb              Generate a LSB package.
-t, --to-tgz              Generate a Slackware tgz package.
     Enables these options:
       --description=<desc> Specify package description.
       --version=<version> Specify package version.
-p, --to-pkg              Generate a Solaris pkg package.
-i, --install             Install generated package.
-g, --generate            Generate build tree, but do not build package.
-c, --scripts             Include scripts in package.
-v, --verbose             Display each command alien runs.
      --veryverbose         Be verbose, and also display output of run commands.
-k, --keep-version        Do not change version of generated package.
      --bump=number         Increment package version by this number.
-h, --help                Display this help message.
-V, --version             Display alien's version number.

zhancang@ubuntu:~$

注意(在網上看到的意見):
Alien仍然是一個實驗性的程式,有很多bug和限制,如果要損系統卸載其他包,則不要使用它的alien。
不要推薦新手使用alien,這個東西會把你的依賴搞的一塌糊塗的。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.