APT 1.1 發布,軟件包工具軟件

jopen 9年前發布 | 5K 次閱讀 APT

APT(全稱:Advanced Package Tool 高級軟件包工具)Debian、Ubuntu 及衍生版本默認的軟件包管理器,該軟件再次更新,版本為 1.1。

從 1.0 開始收到的新功能列表:

  • apt list displays the installed and upgradable packages, similar output dpkg -l

  • apt search searches in the  local repositories for packages, similar to apt-cache search, but displays the packages in alphabetical order

  • apt show displays information about packages, like apt-cache show, but displays a simplified output

  • apt update updates the local repository index, like apt-get update, but displays colored output

  • apt install installs packages from th repositories like apt-get install, but adds a progress bar

  • apt remove installs packages from th repositories like apt-get remove, but adds a progress bar

  • apt full-upgrade does the same as apt-get dist-upgrade

  • apt edit-sources opens the /etc/apt/sources.list file, in the default editor.

1.1 版本的變化,點擊這里

安裝,有PPA,打開終端,輸入以下命令:

sudo add-apt-repository ppa:deity/sid
sudo apt-get update
sudo 
apt
-get install apt

轉自于:IMC

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!