showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions of specified packages. clean Erase downloaded package files. autoclean Erase old downloaded package files. changelog View a package's changelog. download Download the .deb file for a package (apt wra...
showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions of specified packages. clean Erase downloaded package files. autoclean Erase old downloaded package files. changelog View a package's changelog. download Download the .deb file for a package (apt wra...
apt-show-versions [-h] [[-p] package name] [-a] [-b] OPTIONS If you don't give any options the status of all installed packages is printed. -p package, --package=package Print available and installed versions for specified package. You can also specify a package name without the ...
The following command is similar to apt-cache show --no-all-versions [package]. apt show [package] The information in the output includes: Package: The name of the package. Version: The version of the package. Installed-Size: The amount of space this package consumes on the disk, not ...
apt-show-versions -a <<package name>> 说明:列举出所有版本,且能查看是否已经安装。还可以通过apt-show-versions -u <<package name>>来查询是否有升级版本。 参考:http://manpages.ubuntu.com/manpages/trusty/man1/apt-show-versions.1p.html
Show package informationapt-cache show [package_name]apt show [package_name] Show active package sourcesapt-cache policyapt policy Show installed and available versions of a packageapt-cache policy [package_name]apt policy [package_name]
apt-show-versions -a <<package name>> 1. 说明:列举出所有版本,且能查看是否已经安装。还可以通过apt-show-versions -u <<package name>>来查询是否有升级版本。 参考:http://manpages.ubuntu.com/manpages/trusty/man1/apt-show-versions.1p.html ...
all queries and do not prompt-u Show a list of upgraded packages as well1.2 指定版本 apt-get install package=version1.3 修复或者只安装最新版本:#apt-get --reinstall install packagename这里,如果你的软件包被破坏了,或者你想要安装一个最新的软件,运行这个。2.卸载:2.1 基本命令#...
show Display detailed info about a package. showsrc Display detailed info about a source package (apt wrapper). versions Displays the versions of specified packages. clean Erase downloaded package files. autoclean Erase old downloaded package files. ...
A Debian or Ubuntu system. apt Command Syntax The basicaptsyntax is: apt command apt [options] command [packages] Add at least one command to run theapttool successfully. To manage a specific package, include the name of the package in the command. ...