Ubuntu:apt vs apt-get:修订间差异

来自WHY42
(已建立頁面,內容為 "{| class="wikitable" |- ! apt !! apt-get !! description |- |apt install || apt-get install || Installs a package |- |apt remove || apt-get remove…")
 
无编辑摘要
 
第20行: 第20行:
|-
|-
|apt show         || apt-cache show     || Shows package details
|apt show         || apt-cache show     || Shows package details
|-
|apt list || || Lists packages with criteria (installed, upgradable etc)
|-
|apt edit-sources || || Edits sources list
|-
|-
|}
|}


[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2019年5月23日 (四) 02:59的最新版本

apt apt-get description
apt install apt-get install Installs a package
apt remove apt-get remove Removes a package
apt purge apt-get purge Removes package with configuration
apt update apt-get update Refreshes repository index
apt upgrade apt-get upgrade Upgrades all upgradable packages
apt autoremove apt-get autoremove Removes unwanted packages
apt full-upgrade apt-get dist-upgrade Upgrades packages with auto-handling of dependencies
apt search apt-cache search Searches for the program
apt show apt-cache show Shows package details
apt list Lists packages with criteria (installed, upgradable etc)
apt edit-sources Edits sources list