Forrest logo
back to context overview

apt-cache

List of commands for apt-cache:

  • apt-cache:tldr:1900b apt-cache: Show packages that depend on a particular package.
    $ apt-cache rdepends ${package}
    try on your machine
    explain this command
  • apt-cache:tldr:755a4 apt-cache: Search for a package in your current sources.
    $ apt-cache search ${query}
    try on your machine
    explain this command
  • apt-cache:tldr:9ec33 apt-cache: Show whether a package is installed and up to date.
    $ apt-cache policy ${package}
    try on your machine
    explain this command
  • apt-cache:tldr:a9de9 apt-cache: Show dependencies for a package.
    $ apt-cache depends ${package}
    try on your machine
    explain this command
  • apt-cache:tldr:f569b apt-cache: Show information about a package.
    $ apt-cache show ${package}
    try on your machine
    explain this command
back to context overview