mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
Linting after merging #507
This commit is contained in:
parent
1253e9f447
commit
c7f5c34402
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
> Debian and Ubuntu package query tool
|
> 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}}`
|
`apt-cache search {{query}}`
|
||||||
|
|
||||||
- Show information about a package
|
- Show information about a package
|
||||||
|
|
||||||
`apt-cache show {{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}}`
|
`apt-cache policy {{package}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue