Linting after merging #507

This commit is contained in:
Igor Shubovych 2015-12-31 12:33:21 +02:00
parent 1253e9f447
commit c7f5c34402

View File

@ -2,14 +2,14 @@
> Debian and Ubuntu package query tool
- Search for a package in your current sources
- Search for a package in your current sources
`apt-cache search {{query}}`
- Show information about a package
- Show information about a package
`apt-cache show {{package}}`
- Show whether a package is installed and up to date
- Show whether a package is installed and up to date
`apt-cache policy {{package}}`