How To Install R-base64enc on Fedora 36

In this tutorial we learn how to install R-base64enc in Fedora 36. R-base64enc is Tools for base64 encoding

Introduction

In this tutorial we learn how to install R-base64enc on Fedora 36.

What is R-base64enc

This package provides tools for handling base64 encoding. It is more flexible than the orphaned base64 package.

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

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

sudo dnf -y install R-base64enc

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

sudo yum -y install R-base64enc

How To Uninstall R-base64enc on Fedora 36

To uninstall only the R-base64enc package we can use the following command:

sudo dnf remove R-base64enc

R-base64enc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/e4eaadd193d8278342bab64061d3917364e37d
/usr/lib64/R/library/base64enc
/usr/lib64/R/library/base64enc/DESCRIPTION
/usr/lib64/R/library/base64enc/INDEX
/usr/lib64/R/library/base64enc/Meta
/usr/lib64/R/library/base64enc/Meta/Rd.rds
/usr/lib64/R/library/base64enc/Meta/features.rds
/usr/lib64/R/library/base64enc/Meta/hsearch.rds
/usr/lib64/R/library/base64enc/Meta/links.rds
/usr/lib64/R/library/base64enc/Meta/nsInfo.rds
/usr/lib64/R/library/base64enc/Meta/package.rds
/usr/lib64/R/library/base64enc/NAMESPACE
/usr/lib64/R/library/base64enc/NEWS
/usr/lib64/R/library/base64enc/R
/usr/lib64/R/library/base64enc/R/base64enc
/usr/lib64/R/library/base64enc/R/base64enc.rdb
/usr/lib64/R/library/base64enc/R/base64enc.rdx
/usr/lib64/R/library/base64enc/help
/usr/lib64/R/library/base64enc/help/AnIndex
/usr/lib64/R/library/base64enc/help/aliases.rds
/usr/lib64/R/library/base64enc/help/base64.html
/usr/lib64/R/library/base64enc/help/base64decode.html
/usr/lib64/R/library/base64enc/help/base64enc.rdb
/usr/lib64/R/library/base64enc/help/base64enc.rdx
/usr/lib64/R/library/base64enc/help/base64encode.html
/usr/lib64/R/library/base64enc/help/checkUTF8.html
/usr/lib64/R/library/base64enc/help/dataURI.html
/usr/lib64/R/library/base64enc/help/paths.rds
/usr/lib64/R/library/base64enc/html
/usr/lib64/R/library/base64enc/html/00Index.html
/usr/lib64/R/library/base64enc/html/R.css
/usr/lib64/R/library/base64enc/html/base64.html
/usr/lib64/R/library/base64enc/html/checkUTF8.html
/usr/lib64/R/library/base64enc/html/dataURI.html
/usr/lib64/R/library/base64enc/libs
/usr/lib64/R/library/base64enc/libs/base64enc.so

References

Summary

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