From 8b231f2aa752238bd8624822df7034a1b9d1188e Mon Sep 17 00:00:00 2001 From: Ian Cowan <38896380+iccowan@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:18:16 -0500 Subject: [PATCH] chore(ubuntu): add documentation for `acsp` alias (#10325) --- plugins/ubuntu/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ubuntu/README.md b/plugins/ubuntu/README.md index 9efef0732..20f5c65ee 100644 --- a/plugins/ubuntu/README.md +++ b/plugins/ubuntu/README.md @@ -16,6 +16,7 @@ Commands that use `$APT` will use `apt` if installed or defer to `apt-get` other |---------|--------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| | age | `sudo $APT` | Run apt-get with sudo | | acs | `apt-cache search` | Search the apt-cache with the specified criteria | +| acsp | `apt-cache showpkg` | Shows information about the listed packages | | acp | `apt-cache policy` | Display the package source priorities | | afs | `apt-file search --regexp` | Perform a regular expression apt-file search | | afu | `sudo apt-file update` | Generates or updates the apt-file package database |