本篇內(nèi)容主要講解“怎么將DEB軟件包轉(zhuǎn)換成Arch Linux軟件包”,感興趣的朋友不妨來看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“怎么將DEB軟件包轉(zhuǎn)換成Arch Linux軟件包”吧!
成都創(chuàng)新互聯(lián)堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站設(shè)計(jì)、網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的南溪網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
為此,我們將使用名為 “Debtap” 的實(shí)用程序。 它代表了 DEBTo Arch (Linux) Package。 Debtap 在 AUR 中可以使用,因此您可以使用 AUR 輔助工具(如 Pacaur、Packer 或 Yaourt )來安裝它。
使用 pacaur 安裝 debtap 運(yùn)行:
pacaur -S debtap
使用 Packer 安裝:
packer -S debtap
使用 Yaourt 安裝:
yaourt -S debtap
同時(shí),你的 Arch 系統(tǒng)也應(yīng)該已經(jīng)安裝好了 bash
, binutils
,pkgfile
和 fakeroot
包。
在安裝 Debtap 和所有上述依賴關(guān)系之后,運(yùn)行以下命令來創(chuàng)建/更新 pkgfile 和 debtap 數(shù)據(jù)庫。
sudo debtap -u
示例輸出是:
==> Synchronizing pkgfile database...:: Updating 6 repos... download complete: archlinuxfr [ 151.7 KiB 67.5K/s 5 remaining] download complete: multilib [ 319.5 KiB 36.2K/s 4 remaining] download complete: core [ 707.7 KiB 49.5K/s 3 remaining] download complete: testing [ 1716.3 KiB 58.2K/s 2 remaining] download complete: extra [ 7.4 MiB 109K/s 1 remaining] download complete: community [ 16.9 MiB 131K/s 0 remaining]:: download complete in 131.47s < 27.1 MiB 211K/s 6 files >:: waiting for 1 process to finish repacking repos...==> Synchronizing debtap database... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 34.1M 100 34.1M 0 0 206k 0 0:02:49 0:02:49 --:--:-- 180k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 814k 100 814k 0 0 101k 0 0:00:08 0:00:08 --:--:-- 113k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 120k 100 120k 0 0 61575 0 0:00:02 0:00:02 --:--:-- 52381 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 35.4M 100 35.4M 0 0 175k 0 0:03:27 0:03:27 --:--:-- 257k==> Downloading latest virtual packages list... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 149 0 149 0 0 49 0 --:--:-- 0:00:03 --:--:-- 44100 11890 0 11890 0 0 2378 0 --:--:-- 0:00:05 --:--:-- 8456==> Downloading latest AUR packages list... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 264k 0 264k 0 0 30128 0 --:--:-- 0:00:09 --:--:-- 74410==> Generating base group packages list...==> All steps successfully completed!
你至少需要運(yùn)行上述命令一次。
現(xiàn)在是時(shí)候開始轉(zhuǎn)換包了。
比如說要使用 debtap 轉(zhuǎn)換包 Quadrapassel,你可以這樣做:
debtap quadrapassel_3.22.0-1.1_arm64.deb
上述的命令會(huì)將 DEB 包文件轉(zhuǎn)換為 Arch Linux 包。你需要輸入包的維護(hù)者和許可證,輸入他們,然后按下回車鍵就可以開始轉(zhuǎn)換了。
包轉(zhuǎn)換的過程可能依賴于你的 CPU 的速度從幾秒到幾分鐘不等。喝一杯咖啡等一等。
示例輸出:
==> Extracting package data...==> Fixing possible directories structure differencies...==> Generating .PKGINFO file... :: Enter Packager name:quadrapassel :: Enter package license (you can enter multiple licenses comma separated):GPL *** Creation of .PKGINFO file in progress. It may take a few minutes, please wait... Warning: These dependencies (depend = fields) could not be translated into Arch Linux packages names:gsettings-backend ==> Checking and generating .INSTALL file (if necessary)... :: If you want to edit .PKGINFO and .INSTALL files (in this order), press (1) For vi (2) For nano (3) For default editor (4) For a custom editor or any other key to continue: ==> Generating .MTREE file... ==> Creating final package...==> Package successfully created!==> Removing leftover files...
注:Quadrapassel 在 Arch Linux 官方的軟件庫中早已可用,我只是用它來說明一下。
如果在包轉(zhuǎn)化的過程中,你不想回答任何問題,使用 -q
略過除了編輯元數(shù)據(jù)之外的所有問題。
debtap -q quadrapassel_3.22.0-1.1_arm64.deb
為了略過所有的問題(不推薦),使用 -Q
。
debtap -Q quadrapassel_3.22.0-1.1_arm64.deb
轉(zhuǎn)換完成后,您可以使用 pacman
在 Arch 系統(tǒng)中安裝新轉(zhuǎn)換的軟件包,如下所示。
sudo pacman -U
顯示幫助文檔,使用 -h
:
$ debtap -hSyntax: debtap [options] package_filename Options: -h --h -help --help Prints this help message -u --u -update --update Update debtap database -q --q -quiet --quiet Bypass all questions, except for editing metadata file(s) -Q --Q -Quiet --Quiet Bypass all questions (not recommended) -s --s -pseudo --pseudo Create a pseudo-64-bit package from a 32-bit .deb package -w --w -wipeout --wipeout Wipeout versions from all dependencies, conflicts etc. -p --p -pkgbuild --pkgbuild Additionally generate a PKGBUILD file -P --P -Pkgbuild --Pkgbuild Generate a PKGBUILD file only
到此,相信大家對(duì)“怎么將DEB軟件包轉(zhuǎn)換成Arch Linux軟件包”有了更深的了解,不妨來實(shí)際操作一番吧!這里是創(chuàng)新互聯(lián)網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!