How To Install xemacs-packages-extra-info on AlmaLinux 8

In this tutorial we learn how to install xemacs-packages-extra-info in AlmaLinux 8. xemacs-packages-extra-info is XEmacs packages documentation in GNU texinfo format

Introduction

In this tutorial we learn how to install xemacs-packages-extra-info on AlmaLinux 8.

What is xemacs-packages-extra-info

This package contains optional documentation for the XEmacs packages collection in GNU texinfo format

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

Install xemacs-packages-extra-info 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 xemacs-packages-extra-info using dnf by running the following command:

sudo dnf -y install xemacs-packages-extra-info

Install xemacs-packages-extra-info 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 xemacs-packages-extra-info using yum by running the following command:

sudo yum -y install xemacs-packages-extra-info

How To Uninstall xemacs-packages-extra-info on AlmaLinux 8

To uninstall only the xemacs-packages-extra-info package we can use the following command:

sudo dnf remove xemacs-packages-extra-info

References

Summary

In this tutorial we learn how to install xemacs-packages-extra-info on AlmaLinux 8 using yum and dnf.