How to Install and Uninstall ruby-taglib.noarch Package on Fedora 34

Last updated: September 19,2024

1. Install "ruby-taglib.noarch" package

This tutorial shows how to install ruby-taglib.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install ruby-taglib.noarch

2. Uninstall "ruby-taglib.noarch" package

This tutorial shows how to uninstall ruby-taglib.noarch on Fedora 34:

$ sudo dnf remove ruby-taglib.noarch $ sudo dnf autoremove

3. Information about the ruby-taglib.noarch package on Fedora 34

Last metadata expiration check: 1:33:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ruby-taglib
Version : 1.1
Release : 23.fc34
Architecture : noarch
Size : 9.8 k
Source : ruby-taglib-1.1-23.fc34.src.rpm
Repository : fedora
Summary : Ruby library wrapping the Taglib library
URL : http://www.hakubi.us/ruby-taglib/
License : MIT
Description : ruby-taglib is a simple dl-based wrapper of
: Taglib's C library. It's short and sweet, because the C API is written by
: someone who knows how to use OO programming, and Ruby with dl just
: makes it all too easy to wrap such a library.