apt-show-versions[-h] [[-p]packagename] [-a] [-b] OPTIONS If you don't give any options the status of all installed packages is printed.-ppackage,--package=packagePrint available and installed versions for specifiedpackage. You can also specify a package name without the option-p. If...
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...
https://askubuntu.com/questions/340530/how-can-i-check-the-available-version-of-a-package-in-the-repositories https://serverfault.com/questions/108080/ubuntu-debian-show-list-of-available-versions-of-a-specific-package https://askubuntu.com/questions/473886/list-all-versions-of-a-package https:...
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. changelog View a package's changelog. download Down...
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...
currently installed packages that cannot be upgraded without changing the install status of another package will be left at their current version. An update must be performed first so that apt-get knows that new versions of packages are available. ...
使用aptitude show查看的信息更详细 (base) shl@zhihui-mint:~$ sudo aptitude show vim Package: vim Version:2:8.0.1453-1ubuntu1.4State: installed (2:8.0.1453-1ubuntu1.3), upgrade available (2:8.0.1453-1ubuntu1.4) Automatically installed: no ...
I'm confused your example used package, from the package doc it supports specific versions. so it seems package bug if it does not work. I tried also apt_rpm module, but the same problem: --- - hosts: all become: true tasks: - name: Install my package become: yes apt_rpm: name:...
apt-file [options] search pattern apt-file [options] show package DESCRIPTION apt-file is a command line tool for searching files in packages for the APT package management system. Some actions are required to run the search: find Alias for search. list List the contents of a package. Thi...
Build source and package caches from the sources in sources.list and from /var/lib/dpkg/status. Equivalent to running apt-get check. madison [pkgs] Display a table showing the available versions of each specified package. Similar to madison, a Debian tool that checks for package versions and...