How To Install autocorr-bg on Rocky Linux 8

In this tutorial we learn how to install autocorr-bg on Rocky Linux 8. autocorr-bg is Bulgarian auto-correction rules

Introduction

In this tutorial we learn how to install autocorr-bg on Rocky Linux 8.

What is autocorr-bg

Rules for auto-correcting common Bulgarian typing errors.

We can use yum or dnf to install autocorr-bg on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install autocorr-bg.

Install autocorr-bg 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 autocorr-bg using dnf by running the following command:

sudo dnf -y install autocorr-bg

Install autocorr-bg 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 autocorr-bg using yum by running the following command:

sudo yum -y install autocorr-bg

How To Uninstall autocorr-bg on Rocky Linux 8

To uninstall only the autocorr-bg package we can use the following command:

sudo dnf remove autocorr-bg

autocorr-bg Package Contents on Rocky Linux 8

/usr/share/autocorr
/usr/share/autocorr/acor_bg-BG.dat
/usr/share/doc/autocorr-bg
/usr/share/doc/autocorr-bg/LICENSE

References

Summary

In this tutorial we learn how to install autocorr-bg on Rocky Linux 8 using yum and dnf.