1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/apt-cache.md

16 lines
286 B
Markdown
Raw Normal View History

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