How To Install dumb on Fedora 34
Introduction
In this tutorial we learn how to install dumb
on Fedora 34.
What is dumb
IT, XM, S3M and MOD player library. Mainly targeted for use with the allegro game programming library, but it can be used without allegro. Faithful to the original trackers, especially IT. dumb 0.9.3 33.fc34 x86_64 133 k dumb-0.9.3-33.fc34.src.rpm fedora IT, XM, S3M and MOD player library http zlib IT, XM, S3M and MOD player library. Mainly targeted for use with the allegro game programming library, but it can be used without allegro. Faithful to the original trackers, especially IT.
We can use yum
or dnf
to install dumb
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install dumb.
Install dumb 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 dumb
using dnf
by running the following command:
sudo dnf -y install dumb
Install dumb 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 dumb
using yum
by running the following command:
sudo yum -y install dumb
How To Uninstall dumb on Fedora 34
To uninstall only the dumb
package we can use the following command:
sudo dnf remove dumb
dumb Package Contents on Fedora 34
/usr/bin/dumb2wav
/usr/bin/dumbout
/usr/bin/dumbplay
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/6b1a1e12a7443671635fc5ecab510eccc11853
/usr/lib/.build-id/40
/usr/lib/.build-id/40/a1a6bf14fc41fdc79af45c81f54faf93bee2b7
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/701279d1ac6829f13a27068ebe8f781767ed5e
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/9dc26076e4efced9e9f374dd57ad47f14285aa
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/392f33b8854eac32e6839d23dba992949ade5b
/usr/lib64/libaldmb-0.9.3.so
/usr/lib64/libdumb-0.9.3.so
/usr/share/doc/dumb
/usr/share/doc/dumb/licence.txt
/usr/share/doc/dumb/license-clarification.eml
/usr/share/doc/dumb/readme.txt
/usr/share/doc/dumb/release.txt
/usr/bin/dumb2wav
/usr/bin/dumbout
/usr/bin/dumbplay
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/73996897084b2552e19620b93f99535ac54661
/usr/lib/.build-id/58
/usr/lib/.build-id/58/f165fe6a8c8507374e77cccecd0be2a35576e6
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/78a1efd489e6e4a0900e5f83a248fddcc69d70
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/bc34607848f048ac708334a7864ee5f0d55f8e
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/7e1b5dc504c89fe79d6739a2f8da1f8039242e
/usr/lib/libaldmb-0.9.3.so
/usr/lib/libdumb-0.9.3.so
/usr/share/doc/dumb
/usr/share/doc/dumb/licence.txt
/usr/share/doc/dumb/license-clarification.eml
/usr/share/doc/dumb/readme.txt
/usr/share/doc/dumb/release.txt
References
- [dumb website](http://dumb.sourceforge.net/ http://dumb.sourceforge.net/)
Summary
In this tutorial we learn how to install dumb
on Fedora 34 using yum and dnf.