How To Install wavbreaker on Fedora 36
Introduction
In this tutorial we learn how to install wavbreaker
on Fedora 36.
What is wavbreaker
This application’s purpose in life is to take a wave file and break it up into multiple wave files. It makes a clean break at the correct position to burn the files to an audio cd without any dead air between the tracks. It will only read wave files, so use an appropriate tool to convert ogg, mp3, etc. files and then break them up.
We can use yum
or dnf
to install wavbreaker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wavbreaker.
Install wavbreaker 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 wavbreaker
using dnf
by running the following command:
sudo dnf -y install wavbreaker
Install wavbreaker 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 wavbreaker
using yum
by running the following command:
sudo yum -y install wavbreaker
How To Uninstall wavbreaker on Fedora 36
To uninstall only the wavbreaker
package we can use the following command:
sudo dnf remove wavbreaker
wavbreaker Package Contents on Fedora 36
/usr/bin/wavbreaker
/usr/bin/wavinfo
/usr/bin/wavmerge
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/9073da49d889760766d9ec89d82a1b6efff13f
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/a2e5505bad1df52f48c00375faaa9814dbef8c
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/3443b59ab68f3b29a5f6f720b61b0b9f6d44c4
/usr/share/applications/wavbreaker.desktop
/usr/share/doc/wavbreaker
/usr/share/doc/wavbreaker/AUTHORS
/usr/share/doc/wavbreaker/CONTRIBUTORS
/usr/share/doc/wavbreaker/COPYING
/usr/share/doc/wavbreaker/ChangeLog
/usr/share/doc/wavbreaker/NEWS
/usr/share/doc/wavbreaker/README
/usr/share/doc/wavbreaker/TODO
/usr/share/icons/hicolor/16x16/apps/wavbreaker.png
/usr/share/icons/hicolor/22x22/apps/wavbreaker.png
/usr/share/icons/hicolor/24x24/apps/wavbreaker.png
/usr/share/icons/hicolor/48x48/apps/wavbreaker.png
/usr/share/icons/hicolor/scalable/apps/wavbreaker.svg
/usr/share/locale/de/LC_MESSAGES/wavbreaker.mo
/usr/share/locale/fr/LC_MESSAGES/wavbreaker.mo
/usr/share/locale/pt/LC_MESSAGES/wavbreaker.mo
/usr/share/man/man1/wavbreaker.1.gz
/usr/share/man/man1/wavinfo.1.gz
/usr/share/man/man1/wavmerge.1.gz
/usr/share/pixmaps/wavbreaker.png
References
Summary
In this tutorial we learn how to install wavbreaker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).