How to Install and Uninstall ruby2.7-rubygem-minitar Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "ruby2.7-rubygem-minitar" package

This tutorial shows how to install ruby2.7-rubygem-minitar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-minitar

2. Uninstall "ruby2.7-rubygem-minitar" package

Please follow the step by step instructions below to uninstall ruby2.7-rubygem-minitar on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-minitar

3. Information about the ruby2.7-rubygem-minitar package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-minitar:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-minitar
Version : 0.9-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 103,5 KiB
Installed : No
Status : not installed
Source package : rubygem-minitar-0.9-1.4.src
Summary : The minitar library is a pure-Ruby library that provides the ability
Description :
The minitar library is a pure-Ruby library that provides the ability to deal
with POSIX tar(1) archive files.
This is release 0.9, adding a minor feature to Minitar.unpack and
Minitar::Input#extract_entry that when :fsync => false is provided,
fsync will be skipped.
minitar (previously called Archive::Tar::Minitar) is based heavily on code
originally written by Mauricio Julio Fernández Pradier for the rpa-base
project.