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:
Weverton do Couto Timoteo 2022-10-15 13:35:31 -03:00
parent a9b83576bf
commit 2e0c12a2b1
No known key found for this signature in database
GPG key ID: 8F37AC9D86FD857B

View file

@ -14,7 +14,7 @@ DNF is now the default software package management tool in Fedora.
To search the repositories for a package type: To search the repositories for a package type:
---- ----
# sudo dnf search packagename # dnf search packagename
---- ----
To install the package: To install the package: