How To Install sweep on Fedora 36
Introduction
In this tutorial we learn how to install sweep
on Fedora 36.
What is sweep
Sweep is an audio editor and live playback tool for GNU/Linux, BSD and compatible systems. It supports many music and voice formats including WAV, AIFF, Ogg Vorbis, Speex and MP3, with multichannel editing and LADSPA effects plugins.
We can use yum
or dnf
to install sweep
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sweep.
Install sweep 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 sweep
using dnf
by running the following command:
sudo dnf -y install sweep
Install sweep 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 sweep
using yum
by running the following command:
sudo yum -y install sweep
How To Uninstall sweep on Fedora 36
To uninstall only the sweep
package we can use the following command:
sudo dnf remove sweep
sweep Package Contents on Fedora 36
/usr/bin/sweep-audio-editor
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/9c90c2d5cea4fc3a9818c5ef593771a70c1226
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/e7dc6d00d651ed7d2dbde686365bfca6e22d53
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/da981b5183510772d8dabf8a57f634d9d79bfe
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/0de1f4a68aaead8dea8f2234b0f6969ee64db6
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/ef73ac13c6bc9f4542ad4c75e22be70a2a6e4a
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/838c78dede46b72bbe51dd124a1ca80d935628
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/c3af18938eed56e5cc75bea71de1e79d17c79d
/usr/lib64/sweep
/usr/lib64/sweep/libbyenergy.so
/usr/lib64/sweep/libecho.so
/usr/lib64/sweep/libfade.so
/usr/lib64/sweep/libladspameta.so
/usr/lib64/sweep/libnormalise.so
/usr/lib64/sweep/libreverse.so
/usr/share/applications/sweep.desktop
/usr/share/doc/sweep
/usr/share/doc/sweep/AUTHORS
/usr/share/doc/sweep/COPYING
/usr/share/doc/sweep/ChangeLog
/usr/share/doc/sweep/NEWS
/usr/share/doc/sweep/README
/usr/share/doc/sweep/TODO
/usr/share/doc/sweep/plugin_writers_guide.txt
/usr/share/locale/de/LC_MESSAGES/sweep.mo
/usr/share/locale/el/LC_MESSAGES/sweep.mo
/usr/share/locale/en_AU/LC_MESSAGES/sweep.mo
/usr/share/locale/es_ES/LC_MESSAGES/sweep.mo
/usr/share/locale/fr/LC_MESSAGES/sweep.mo
/usr/share/locale/hu/LC_MESSAGES/sweep.mo
/usr/share/locale/it/LC_MESSAGES/sweep.mo
/usr/share/locale/ja/LC_MESSAGES/sweep.mo
/usr/share/locale/pl/LC_MESSAGES/sweep.mo
/usr/share/locale/ru/LC_MESSAGES/sweep.mo
/usr/share/man/man1/sweep-audio-editor.1.gz
/usr/share/pixmaps/sweep.svg
/usr/share/sweep
/usr/share/sweep/sweep_splash.png
References
Summary
In this tutorial we learn how to install sweep
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).