How To Install rocky-logos-httpd on Rocky Linux 8
Introduction
In this tutorial we learn how to install rocky-logos-httpd
on Rocky Linux 8.
What is rocky-logos-httpd
Licensed only for approved usage, see COPYING for details.
We can use yum
or dnf
to install rocky-logos-httpd
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install rocky-logos-httpd.
Install rocky-logos-httpd 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-httpd
using dnf
by running the following command:
sudo dnf -y install rocky-logos-httpd
Install rocky-logos-httpd 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-httpd
using yum
by running the following command:
sudo yum -y install rocky-logos-httpd
How To Uninstall rocky-logos-httpd on Rocky Linux 8
To uninstall only the rocky-logos-httpd
package we can use the following command:
sudo dnf remove rocky-logos-httpd
rocky-logos-httpd Package Contents on Rocky Linux 8
/usr/share/licenses/rocky-logos-httpd
/usr/share/licenses/rocky-logos-httpd/COPYING
/usr/share/pixmaps/poweredby.png
/usr/share/testpage
/usr/share/testpage/index.html
References
Summary
In this tutorial we learn how to install rocky-logos-httpd
on Rocky Linux 8 using yum and dnf.