How To Install rakudo-MIME-Base64 on Fedora 36

In this tutorial we learn how to install rakudo-MIME-Base64 in Fedora 36. rakudo-MIME-Base64 is A Perl6 implementation of MIME

Introduction

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

What is rakudo-MIME-Base64

MIME implementation of MIME

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

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

sudo dnf -y install rakudo-MIME-Base64

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

sudo yum -y install rakudo-MIME-Base64

How To Uninstall rakudo-MIME-Base64 on Fedora 36

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

sudo dnf remove rakudo-MIME-Base64

rakudo-MIME-Base64 Package Contents on Fedora 36

/usr/share/doc/rakudo-MIME-Base64
/usr/share/doc/rakudo-MIME-Base64/README.md
/usr/share/licenses/rakudo-MIME-Base64
/usr/share/licenses/rakudo-MIME-Base64/LICENSE
/usr/share/perl6/vendor/dist/DA023D54C6917A0D5B5085A7054520A1F9C8A57C
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/75
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/75/750DB6FCE722BE505ECE48EDC10C072FE681D679
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/75/750DB6FCE722BE505ECE48EDC10C072FE681D679.repo-id
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/BC
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/BC/BC70AE03F8AC62C8301EA472DF11439F36DE46FB
/usr/share/perl6/vendor/precomp/D334AB0B75B15D5AB4016B8BFCE760249ED47F04/BC/BC70AE03F8AC62C8301EA472DF11439F36DE46FB.repo-id
/usr/share/perl6/vendor/short/1088C7194C618CECE738F289DA2D5803810BCCF1
/usr/share/perl6/vendor/short/1088C7194C618CECE738F289DA2D5803810BCCF1/DA023D54C6917A0D5B5085A7054520A1F9C8A57C
/usr/share/perl6/vendor/short/CED61424802296FFB38430FA8F0FAB4DA3883207
/usr/share/perl6/vendor/short/CED61424802296FFB38430FA8F0FAB4DA3883207/DA023D54C6917A0D5B5085A7054520A1F9C8A57C
/usr/share/perl6/vendor/sources/750DB6FCE722BE505ECE48EDC10C072FE681D679
/usr/share/perl6/vendor/sources/BC70AE03F8AC62C8301EA472DF11439F36DE46FB

References

Summary

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