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 ...
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...
Show installed and available versions of a packageapt-cache policy [package_name]apt policy [package_name] Note:If you need a one-page reference sheet with commands, you can use ourdownloadable Linux commands cheat sheet. 4. New apt Commands ...
还可以通过apt-show-versions -u <<package name>>来查询是否有升级版本。 参考:http://manpages.ubuntu.com/manpages/trusty/man1/apt-show-versions.1p.html 7、 whohas -d Debian,Ubuntu <<package name>> | tr -s ' ' '\t' | cut -f 1-3 | column -t 8、 rmadison -u debian,ubuntu,bpo...
-V Show which versions of packages are to be installed. -D Show the dependencies of automatically changed packages. -Z Show the change in installed size of each package. -v Display extra information. (may be supplied multiple times).
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 ...
apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package. This is really useful if you have a mixed stable/testing environment and want to li...
Use apt search and show commands to get details of the available versions, dependencies, repositories and other package information in Ubuntu.
dpkg-c package-name.deb //列出 deb 包的内容 2)安装相关选项 -R, --recursive Recursively handle all regular files matching pattern *.deb found at specified directories and all of its subdirectories. This can be used with -i, -A, --install, --unpack and --avail actions(递归地指向特定目...
Displays information about an installed or available package. 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...