ubuntu:apt:display_details_about_a_package
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:apt:display_details_about_a_package [2023/06/18 15:31] – created peter | ubuntu:apt:display_details_about_a_package [2023/06/18 16:35] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Ubuntu - apt - Display details about a package ====== | ====== Ubuntu - apt - Display details about a package ====== | ||
- | To show or see information about the given package(s) including its dependencies, | + | To show or see information about the given package(s) including its dependencies, |
+ | |||
+ | * Works like **apt-cache show** but hide some details that people are less likely to care about (like the hashes). | ||
+ | * The full record is still available via **apt-cache show** of course. | ||
+ | |||
+ | ---- | ||
<code bash> | <code bash> | ||
- | apt show [package] | + | apt show [package |
</ | </ | ||
Line 44: | Line 49: | ||
N: There is 1 additional record. Please use the ' | N: There is 1 additional record. Please use the ' | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Display all package information ===== | ||
+ | |||
+ | <code bash> | ||
+ | apt show sudo -a | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | Package: sudo | ||
+ | Version: 1.9.9-1ubuntu2.4 | ||
+ | Priority: important | ||
+ | Section: admin | ||
+ | Origin: Ubuntu | ||
+ | Maintainer: Ubuntu Developers < | ||
+ | Original-Maintainer: | ||
+ | Bugs: https:// | ||
+ | Installed-Size: | ||
+ | Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libpam-modules, | ||
+ | Conflicts: sudo-ldap | ||
+ | Replaces: sudo-ldap | ||
+ | Homepage: https:// | ||
+ | Task: minimal, server-minimal | ||
+ | Download-Size: | ||
+ | APT-Manual-Installed: | ||
+ | APT-Sources: | ||
+ | Description: | ||
+ | Sudo is a program designed to allow a sysadmin to give limited root | ||
+ | | ||
+ | as few privileges as possible but still allow people to get their work done. | ||
+ | . | ||
+ | This version is built with minimal shared library dependencies, | ||
+ | | ||
+ | |||
+ | Package: sudo | ||
+ | Version: 1.9.9-1ubuntu2 | ||
+ | Priority: important | ||
+ | Section: admin | ||
+ | Origin: Ubuntu | ||
+ | Maintainer: Ubuntu Developers < | ||
+ | Original-Maintainer: | ||
+ | Bugs: https:// | ||
+ | Installed-Size: | ||
+ | Depends: libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), zlib1g (>= 1:1.2.0.2), libpam-modules, | ||
+ | Conflicts: sudo-ldap | ||
+ | Replaces: sudo-ldap | ||
+ | Homepage: https:// | ||
+ | Task: minimal, server-minimal | ||
+ | Download-Size: | ||
+ | APT-Sources: | ||
+ | Description: | ||
+ | Sudo is a program designed to allow a sysadmin to give limited root | ||
+ | | ||
+ | as few privileges as possible but still allow people to get their work done. | ||
+ | . | ||
+ | This version is built with minimal shared library dependencies, | ||
+ | | ||
</ | </ |
ubuntu/apt/display_details_about_a_package.1687102279.txt.gz · Last modified: 2023/06/18 15:31 by peter