mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:04:54 +02:00
Merge pull request #813 from Cvetomird91/apt-cache
added more apt-cache options
This commit is contained in:
commit
b82f01e18c
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue