How To Install cockatrice-langpack-ru on Fedora 36

In this tutorial we learn how to install cockatrice-langpack-ru in Fedora 36. cockatrice-langpack-ru is Russian language data for cockatrice

Introduction

In this tutorial we learn how to install cockatrice-langpack-ru on Fedora 36.

What is cockatrice-langpack-ru

Russian language data for cockatrice.

We can use yum or dnf to install cockatrice-langpack-ru on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cockatrice-langpack-ru.

Install cockatrice-langpack-ru on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cockatrice-langpack-ru using dnf by running the following command:

sudo dnf -y install cockatrice-langpack-ru

Install cockatrice-langpack-ru on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cockatrice-langpack-ru using yum by running the following command:

sudo yum -y install cockatrice-langpack-ru

How To Uninstall cockatrice-langpack-ru on Fedora 36

To uninstall only the cockatrice-langpack-ru package we can use the following command:

sudo dnf remove cockatrice-langpack-ru

cockatrice-langpack-ru Package Contents on Fedora 36

/usr/share/cockatrice/translations/cockatrice_ru.qm
/usr/share/oracle/translations/oracle_ru.qm

References

Summary

In this tutorial we learn how to install cockatrice-langpack-ru on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).