How To Install rubygem-archive-tar-minitar on Fedora 36

In this tutorial we learn how to install rubygem-archive-tar-minitar in Fedora 36. rubygem-archive-tar-minitar is Provides POSIX tar archive management from Ruby programs

Introduction

In this tutorial we learn how to install rubygem-archive-tar-minitar on Fedora 36.

What is rubygem-archive-tar-minitar

Archive provides the ability to deal with POSIX tar(1) archive files. The implementation is based heavily on Mauricio Ferna’ndez’s implementation in rpa-base, but has been reorganised to promote reuse in other projects.

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

Install rubygem-archive-tar-minitar 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 rubygem-archive-tar-minitar using dnf by running the following command:

sudo dnf -y install rubygem-archive-tar-minitar

Install rubygem-archive-tar-minitar 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 rubygem-archive-tar-minitar using yum by running the following command:

sudo yum -y install rubygem-archive-tar-minitar

How To Uninstall rubygem-archive-tar-minitar on Fedora 36

To uninstall only the rubygem-archive-tar-minitar package we can use the following command:

sudo dnf remove rubygem-archive-tar-minitar

rubygem-archive-tar-minitar Package Contents on Fedora 36

/usr/bin/minitar
/usr/share/gems/cache/archive-tar-minitar-0.5.2.gem
/usr/share/gems/gems/archive-tar-minitar-0.5.2
/usr/share/gems/gems/archive-tar-minitar-0.5.2/ChangeLog
/usr/share/gems/gems/archive-tar-minitar-0.5.2/README
/usr/share/gems/gems/archive-tar-minitar-0.5.2/bin
/usr/share/gems/gems/archive-tar-minitar-0.5.2/bin/minitar
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib/archive
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar.rb
/usr/share/gems/gems/archive-tar-minitar-0.5.2/lib/archive/tar/minitar/command.rb
/usr/share/gems/specifications/archive-tar-minitar-0.5.2.gemspec

References

Summary

In this tutorial we learn how to install rubygem-archive-tar-minitar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).