mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Remove duplicated sudo
for running dnf search
cmd
The example already presents `#` to indicate that `sudo` user is performing the command. So there is no need to repeat `sudo` on executing `dnf search`.
This commit is contained in:
parent
a9b83576bf
commit
2e0c12a2b1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ DNF is now the default software package management tool in Fedora.
|
|||
To search the repositories for a package type:
|
||||
|
||||
----
|
||||
# sudo dnf search packagename
|
||||
# dnf search packagename
|
||||
----
|
||||
|
||||
To install the package:
|
||||
|
|
Loading…
Reference in a new issue