How To Install almalinux-logos on AlmaLinux 8

In this tutorial we learn how to install almalinux-logos in AlmaLinux 8. almalinux-logos is AlmaLinux-related icons and pictures

Introduction

In this tutorial we learn how to install almalinux-logos on AlmaLinux 8.

What is almalinux-logos

Licensed only for approved usage, see COPYING for details.

We can use yum or dnf to install almalinux-logos on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install almalinux-logos.

Install almalinux-logos on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install almalinux-logos using dnf by running the following command:

sudo dnf -y install almalinux-logos

Install almalinux-logos on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install almalinux-logos using yum by running the following command:

sudo yum -y install almalinux-logos

How To Uninstall almalinux-logos on AlmaLinux 8

To uninstall only the almalinux-logos package we can use the following command:

sudo dnf remove almalinux-logos

References

Summary

In this tutorial we learn how to install almalinux-logos on AlmaLinux 8 using yum and dnf.