mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
dpkg: add more information link (#4673)
This commit is contained in:
parent
f3a4aaa0f5
commit
c6fb2a45b3
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# dpkg
|
||||
|
||||
> Debian package manager.
|
||||
> More information: <https://manpages.debian.org/buster/dpkg/dpkg.1.en.html>.
|
||||
|
||||
- Install a package:
|
||||
|
||||
|
@ -14,7 +15,7 @@
|
|||
|
||||
`dpkg -l {{pattern}}`
|
||||
|
||||
- List package contents:
|
||||
- List a package's contents:
|
||||
|
||||
`dpkg -L {{package_name}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue