How To Install rocky-logos-ipa on Rocky Linux 8
Introduction
In this tutorial we learn how to install rocky-logos-ipa
on Rocky Linux 8.
What is rocky-logos-ipa
Licensed only for approved usage, see COPYING for details.
We can use yum
or dnf
to install rocky-logos-ipa
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install rocky-logos-ipa.
Install rocky-logos-ipa on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rocky-logos-ipa
using dnf
by running the following command:
sudo dnf -y install rocky-logos-ipa
Install rocky-logos-ipa on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rocky-logos-ipa
using yum
by running the following command:
sudo yum -y install rocky-logos-ipa
How To Uninstall rocky-logos-ipa on Rocky Linux 8
To uninstall only the rocky-logos-ipa
package we can use the following command:
sudo dnf remove rocky-logos-ipa
rocky-logos-ipa Package Contents on Rocky Linux 8
/usr/share/ipa
/usr/share/ipa/ui
/usr/share/ipa/ui/images
/usr/share/ipa/ui/images/header-logo.png
/usr/share/ipa/ui/images/login-screen-background.jpg
/usr/share/ipa/ui/images/login-screen-logo.png
/usr/share/ipa/ui/images/product-name.png
/usr/share/licenses/rocky-logos-ipa
/usr/share/licenses/rocky-logos-ipa/COPYING
References
Summary
In this tutorial we learn how to install rocky-logos-ipa
on Rocky Linux 8 using yum and dnf.