mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Remove sudo from dnf search command
This commit is contained in:
parent
36cc611c10
commit
a122f7482b
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue