How To Install gr-rds-doc on Fedora 36
In this tutorial we learn how to install gr-rds-doc in Fedora 36. gr-rds-doc is Documentation files for gr-rds
Introduction
In this tutorial we learn how to install gr-rds-doc on Fedora 36.
What is gr-rds-doc
Documentation files for gr-rds.
We can use yum or dnf to install gr-rds-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gr-rds-doc.
Install gr-rds-doc on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gr-rds-doc using dnf by running the following command:
sudo dnf -y install gr-rds-doc
Install gr-rds-doc on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gr-rds-doc using yum by running the following command:
sudo yum -y install gr-rds-doc
How To Uninstall gr-rds-doc on Fedora 36
To uninstall only the gr-rds-doc package we can use the following command:
sudo dnf remove gr-rds-doc
gr-rds-doc Package Contents on Fedora 36
/usr/share/doc/gr-rds/examples
/usr/share/doc/gr-rds/examples/rds_rx.grc
/usr/share/doc/gr-rds/examples/rds_tx.grc
References
Summary
In this tutorial we learn how to install gr-rds-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).