1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 00:17:56 +01:00

added more apt-cache options

This commit is contained in:
Cvetomir Denchev 2016-03-02 11:51:25 +02:00
parent 6e94611f88
commit bdcc3b7c7c

View file

@ -13,3 +13,11 @@
- Show whether a package is installed and up to date:
`apt-cache policy {{package}}`
- Show dependencies for a package:
`apt-cache depends {{package}}`
- Show packages that depend on a particular package:
`apt-cache rdepends {{package}}`