How To Install libspectrum on Fedora 34
Introduction
In this tutorial we learn how to install libspectrum
on Fedora 34.
What is libspectrum
A library for reading various spectrum emulator file formats. libspectrum 1.4.4 4.fc34 x86_64 123 k libspectrum-1.4.4-4.fc34.src.rpm fedora A library for reading spectrum emulator file formats http GPLv2+ A library for reading various spectrum emulator file formats.
We can use yum
or dnf
to install libspectrum
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libspectrum.
Install libspectrum on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libspectrum
using dnf
by running the following command:
sudo dnf -y install libspectrum
Install libspectrum on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libspectrum
using yum
by running the following command:
sudo yum -y install libspectrum
How To Uninstall libspectrum on Fedora 34
To uninstall only the libspectrum
package we can use the following command:
sudo dnf remove libspectrum
libspectrum Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/fb1e4c6b7448437a53a8242fe0ac6d6bccc316
/usr/lib64/libspectrum.so.8
/usr/lib64/libspectrum.so.8.8.14
/usr/share/doc/libspectrum
/usr/share/doc/libspectrum/AUTHORS
/usr/share/doc/libspectrum/COPYING
/usr/share/doc/libspectrum/ChangeLog
/usr/share/doc/libspectrum/README
/usr/share/doc/libspectrum/THANKS
/usr/share/man/man3/libspectrum.3.gz
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/c52bab3294d77685cd13e2a2d97233fb189ec3
/usr/lib/libspectrum.so.8
/usr/lib/libspectrum.so.8.8.14
/usr/share/doc/libspectrum
/usr/share/doc/libspectrum/AUTHORS
/usr/share/doc/libspectrum/COPYING
/usr/share/doc/libspectrum/ChangeLog
/usr/share/doc/libspectrum/README
/usr/share/doc/libspectrum/THANKS
/usr/share/man/man3/libspectrum.3.gz
References
- [libspectrum website](http://fuse-emulator.sourceforge.net/libspectrum.php http://fuse-emulator.sourceforge.net/libspectrum.php)
Summary
In this tutorial we learn how to install libspectrum
on Fedora 34 using yum and dnf.