1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 15:17:57 +01:00
tldr/pages/linux/apt-cache.md

16 lines
286 B
Markdown
Raw Normal View History

2015-12-30 20:53:12 +01:00
# apt-cache
> Debian and Ubuntu package query tool.
2015-12-30 20:53:12 +01:00
- Search for a package in your current sources:
2015-12-30 20:53:12 +01:00
`apt-cache search {{query}}`
- Show information about a package:
2015-12-30 20:53:12 +01:00
`apt-cache show {{package}}`
- Show whether a package is installed and up to date:
2015-12-31 11:33:21 +01:00
2015-12-30 20:53:12 +01:00
`apt-cache policy {{package}}`