Skip to content

Commit

Permalink
Add apt-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Dec 31, 2015
1 parent 1f74ef2 commit bdfa9c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/apt-cache.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# apt-cache

> Debian and Ubuntu package query tool
- Search for a package in your current sources

`apt-cache search {{query}}`

- Show information about a package

`apt-cache show {{package}}`

- Show whether a package is installed and up to date

`apt-cache policy {{package}}`

0 comments on commit bdfa9c3

Please sign in to comment.