How to Install and Uninstall ruby3.3-rubygem-minitar Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "ruby3.3-rubygem-minitar" package

Please follow the step by step instructions below to install ruby3.3-rubygem-minitar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-minitar

2. Uninstall "ruby3.3-rubygem-minitar" package

This is a short guide on how to uninstall ruby3.3-rubygem-minitar on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-minitar

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

Information for package ruby3.3-rubygem-minitar:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-minitar
Version : 0.9-1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 102.9 KiB
Installed : No
Status : not installed
Source package : rubygem-minitar-0.9-1.16.src
Upstream URL : https://github.com/halostatue/minitar/
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.