前端之家收集整理的这篇文章主要介绍了
apt,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
APT 命令帮助
~# apt --help
apt 1.2.24 (amd64)
Usage: apt [options] command
apt is a commandline package manager and provides commands for
searching and managing as well as querying information about packages.
It provides the same functionality as the specialized APT tools,like apt-get and apt-cache,but enables options more suitable for
interactive use by default.
Most used commands:
list - list packages based on package names
search - search in package descriptions
show - show package details
install - install packages
remove - remove packages
autoremove - Remove automatically all unused packages
update - update list of available packages
upgrade - upgrade the system by installing/upgrading packages
full-upgrade - upgrade the system by removing/installing/upgrading packages
edit-sources - edit the source information file
See apt(8) for more information about the available commands.
Configuration options and Syntax is detailed in apt.conf(5).
Information about how to configure sources can be found in sources.list(5).
Package and version choices can be expressed via apt_preferences(5).
Security details are available in apt-secure(8).
This APT has Super Cow Powers.
常用操作
apt update & apt full-upgrade
更新软件源后升级软件和系统.
apt install MysqL
安装某项软件,比如这里的 MysqL.
原文链接:https://www.f2er.com/ubuntu/351098.html