Remove sudo from dnf search command

This commit is contained in:
Alexander Zhang 2022-03-26 23:47:38 +00:00
parent 36cc611c10
commit a122f7482b

View file

@ -46,7 +46,7 @@ Many fonts are available from the RPM Fusion repository.
To enable the repository on your system, follow xref:setup_rpmfusion.adoc[these instructions]. To enable the repository on your system, follow xref:setup_rpmfusion.adoc[these instructions].
List all available font packages from enabled repositories:: List all available font packages from enabled repositories::
`sudo dnf search fonts` `dnf search fonts`
Install the font package you need:: Install the font package you need::
`sudo dnf install libreoffice-opensymbol-fonts` `sudo dnf install libreoffice-opensymbol-fonts`