How To Install R-zip on Fedora 36

In this tutorial we learn how to install R-zip in Fedora 36. R-zip is Cross-Platform ‘zip’ Compression

Introduction

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

What is R-zip

Cross-Platform ‘zip’ Compression Library. A replacement for the ‘zip’ function, that does not require any additional external tools on any platform.

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

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

sudo dnf -y install R-zip

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

sudo yum -y install R-zip

How To Uninstall R-zip on Fedora 36

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

sudo dnf remove R-zip

R-zip Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1923716e56969b103139a490e85a531c69f086
/usr/lib/.build-id/82
/usr/lib/.build-id/82/6f8b34b854a96d14b2ad02d1a32a2b4fdd9cad
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/eeda3c594068891be27c26eb2970fb5f25cc6b
/usr/lib64/R/library/zip
/usr/lib64/R/library/zip/DESCRIPTION
/usr/lib64/R/library/zip/INDEX
/usr/lib64/R/library/zip/LICENSE
/usr/lib64/R/library/zip/Meta
/usr/lib64/R/library/zip/Meta/Rd.rds
/usr/lib64/R/library/zip/Meta/features.rds
/usr/lib64/R/library/zip/Meta/hsearch.rds
/usr/lib64/R/library/zip/Meta/links.rds
/usr/lib64/R/library/zip/Meta/nsInfo.rds
/usr/lib64/R/library/zip/Meta/package.rds
/usr/lib64/R/library/zip/NAMESPACE
/usr/lib64/R/library/zip/NEWS.md
/usr/lib64/R/library/zip/R
/usr/lib64/R/library/zip/R/zip
/usr/lib64/R/library/zip/R/zip.rdb
/usr/lib64/R/library/zip/R/zip.rdx
/usr/lib64/R/library/zip/bin
/usr/lib64/R/library/zip/bin/cmdunzip
/usr/lib64/R/library/zip/bin/cmdzip
/usr/lib64/R/library/zip/doc
/usr/lib64/R/library/zip/doc/assets
/usr/lib64/R/library/zip/doc/assets/extra.css
/usr/lib64/R/library/zip/doc/assets/rd.js
/usr/lib64/R/library/zip/example.zip
/usr/lib64/R/library/zip/help
/usr/lib64/R/library/zip/help/AnIndex
/usr/lib64/R/library/zip/help/aliases.rds
/usr/lib64/R/library/zip/help/paths.rds
/usr/lib64/R/library/zip/help/unzip.html
/usr/lib64/R/library/zip/help/unzip_process.html
/usr/lib64/R/library/zip/help/zip.html
/usr/lib64/R/library/zip/help/zip.rdb
/usr/lib64/R/library/zip/help/zip.rdx
/usr/lib64/R/library/zip/help/zip_append.html
/usr/lib64/R/library/zip/help/zip_list.html
/usr/lib64/R/library/zip/help/zip_process.html
/usr/lib64/R/library/zip/help/zipr.html
/usr/lib64/R/library/zip/help/zipr_append.html
/usr/lib64/R/library/zip/html
/usr/lib64/R/library/zip/html/00Index.html
/usr/lib64/R/library/zip/html/R.css
/usr/lib64/R/library/zip/html/unzip.html
/usr/lib64/R/library/zip/html/unzip_process.html
/usr/lib64/R/library/zip/html/zip.html
/usr/lib64/R/library/zip/html/zip_list.html
/usr/lib64/R/library/zip/html/zip_process.html
/usr/lib64/R/library/zip/libs
/usr/lib64/R/library/zip/libs/zip.so

References

Summary

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