mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 10:18:51 +03:00
dnf: update command placeholders (#10140)
This commit is contained in:
parent
1c8b45ac2e
commit
080ed0c64a
@ -10,7 +10,7 @@
|
||||
|
||||
- Search packages via keywords:
|
||||
|
||||
`dnf search {{keywords}}`
|
||||
`dnf search {{keyword1 keyword2 ...}}`
|
||||
|
||||
- Display details about a package:
|
||||
|
||||
@ -18,19 +18,19 @@
|
||||
|
||||
- Install a new package (use `-y` to confirm all prompts automatically):
|
||||
|
||||
`sudo dnf install {{package}}`
|
||||
`sudo dnf install {{package1 package2 ...}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`sudo dnf remove {{package}}`
|
||||
`sudo dnf remove {{package1 package2 ...}}`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`dnf list --installed`
|
||||
|
||||
- Find which packages provide a given file:
|
||||
- Find which packages provide a given command:
|
||||
|
||||
`dnf provides {{file}}`
|
||||
`dnf provides {{command}}`
|
||||
|
||||
- View all past operations:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user