How To Install rakudo-Readline on Fedora 36

In this tutorial we learn how to install rakudo-Readline in Fedora 36. rakudo-Readline is Simple Perl 6 binding to GNU libreadline

Introduction

In this tutorial we learn how to install rakudo-Readline on Fedora 36.

What is rakudo-Readline

Perl 6 interface to GNU Readline, the CLI-based line reading library

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

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

sudo dnf -y install rakudo-Readline

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

sudo yum -y install rakudo-Readline

How To Uninstall rakudo-Readline on Fedora 36

To uninstall only the rakudo-Readline package we can use the following command:

sudo dnf remove rakudo-Readline

rakudo-Readline Package Contents on Fedora 36

/usr/share/doc/rakudo-Readline
/usr/share/doc/rakudo-Readline/README.md
/usr/share/licenses/rakudo-Readline
/usr/share/licenses/rakudo-Readline/LICENSE
/usr/share/perl6/vendor/dist/A8475E6287F45455F9F68569C07ADC25AA5BEFDF
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/EB
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/EB/EBC1B2DDA59A9D91D483BD81DAA416714D2D1276
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/EB/EBC1B2DDA59A9D91D483BD81DAA416714D2D1276.repo-id
/usr/share/perl6/vendor/short/2755293789538B24CD3E2E278F82A4C989B92A15
/usr/share/perl6/vendor/short/2755293789538B24CD3E2E278F82A4C989B92A15/A8475E6287F45455F9F68569C07ADC25AA5BEFDF
/usr/share/perl6/vendor/sources/EBC1B2DDA59A9D91D483BD81DAA416714D2D1276

References

Summary

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