How To Install lib765 on Fedora 34
Introduction
In this tutorial we learn how to install lib765
on Fedora 34.
What is lib765
A library for emulating the uPD765a floppy controller as found on the Spectrum +3, Amstrad CPC and PCW. lib765 0.4.2 21.fc34 x86_64 27 k lib765-0.4.2-21.fc34.src.rpm fedora A library for emulating the uPD765a floppy controller http LGPLv2+ A library for emulating the uPD765a floppy controller as found on the Spectrum +3, Amstrad CPC and PCW.
We can use yum
or dnf
to install lib765
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install lib765.
Install lib765 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 lib765
using dnf
by running the following command:
sudo dnf -y install lib765
Install lib765 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 lib765
using yum
by running the following command:
sudo yum -y install lib765
How To Uninstall lib765 on Fedora 34
To uninstall only the lib765
package we can use the following command:
sudo dnf remove lib765
lib765 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/b5276380e148e46564aecd20ea52bec41a7331
/usr/lib/lib765.so.3
/usr/lib/lib765.so.3.1.2
/usr/share/doc/lib765
/usr/share/doc/lib765/ChangeLog
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/714464a9fa5bf4e8e45dc3067e0e9f7cd5642f
/usr/lib64/lib765.so.3
/usr/lib64/lib765.so.3.1.2
/usr/share/doc/lib765
/usr/share/doc/lib765/ChangeLog
References
- [lib765 website](http://www.seasip.demon.co.uk/Unix/LibDsk http://www.seasip.demon.co.uk/Unix/LibDsk)
Summary
In this tutorial we learn how to install lib765
on Fedora 34 using yum and dnf.