How To Install icedax on Fedora 36
Introduction
In this tutorial we learn how to install icedax
on Fedora 36.
What is icedax
Icedax is a sampling utility for CD-ROM drives that are capable of providing a CD’s audio data in digital form to your host. Audio data read from the CD can be saved as .wav or .sun format sound files. Recording formats include stereo/mono, 8/12/16 bits and different rates. Icedax can also be used as a CD player.
We can use yum
or dnf
to install icedax
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install icedax.
Install icedax on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install icedax
using dnf
by running the following command:
sudo dnf -y install icedax
Install icedax on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install icedax
using yum
by running the following command:
sudo yum -y install icedax
How To Uninstall icedax on Fedora 36
To uninstall only the icedax
package we can use the following command:
sudo dnf remove icedax
icedax Package Contents on Fedora 36
/usr/bin/cdda2ogg
/usr/bin/cdda2wav
/usr/bin/icedax
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/1649c03e1d33aa430251edfd39be2014845694
/usr/share/doc/icedax
/usr/share/doc/icedax/icedax
/usr/share/doc/icedax/icedax/FAQ
/usr/share/doc/icedax/icedax/Frontends
/usr/share/doc/icedax/icedax/HOWTOUSE
/usr/share/doc/icedax/icedax/NEEDED
/usr/share/doc/icedax/icedax/OtherProgs
/usr/share/doc/icedax/icedax/README
/usr/share/doc/icedax/icedax/THANKS
/usr/share/doc/icedax/icedax/TODO
/usr/share/doc/icedax/icedax/cdda_links
/usr/share/doc/icedax/icedax/tracknames.pl
/usr/share/doc/icedax/icedax/tracknames.pl.efi
/usr/share/doc/icedax/icedax/tracknames.txt
/usr/share/licenses/icedax
/usr/share/licenses/icedax/COPYING
/usr/share/man/man1/cdda2ogg.1.gz
/usr/share/man/man1/icedax.1.gz
/usr/share/man/man1/list_audio_tracks.1.gz
References
Summary
In this tutorial we learn how to install icedax
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).