前端之家收集整理的这篇文章主要介绍了
apt-get,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Usage:
- apt-get [options] command
- apt-get [options] install|remove pkg1 [pkg2 …]
- apt-get [options] source pkg1 [pkg2 …]
Most used commands:
- update - Retrieve new lists of packages
- upgrade - Perform an install
- Install new packages (pkg is libc6 not libc6.deb)
- remove - Remove packages
- purge - Remove packages and config files
- autoremove - Remove automatically all unused packages
- dist-upgrade Distribution upgrade,see apt-get(8)
- dselect-upgrade - Follow dselect selections
- build-dep - Configure build-dependencies for source packages
- clean - Erase downloaded archive files
- autoclean - Erase old downloaded archive files
- check - Verify that there are no broken dependencies
- source - Dowdnload source archives
- download - Download the binary package into the current directory
- changelog - Download and display the changelog for the given package
原文链接:https://www.f2er.com/ubuntu/352702.html