最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

apt command

工作和技术 crifan 1498浏览 0评论

Command-line package management with APT

If you are comfortable using the Terminal, you can use apt (Advanced Packaging Tool) to install or remove software. You need administrative access to use apt. See Administrative Tasks for more details.

To update the local list of packages, enter in a Terminal:
sudo apt-get update

To install all available updates:
sudo apt-get upgrade

To search for a package:
apt-cache search package

To install a package:
sudo apt-get install package

To remove a package:
sudo apt-get remove package

To list other apt commands and options:
apt-get help

For more information, see
Debian’s apt manual:
http://www.debian.org/doc/user-manuals#apt-howto

转载请注明:在路上 » apt command

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
80 queries in 0.157 seconds, using 22.08MB memory