How To Install sweep on Fedora 34
Introduction
In this tutorial we learn how to install sweep on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install sweep.
Install sweep 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 sweep using dnf by running the following command:
sudo dnf -y install sweep
Install sweep 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 sweep using yum by running the following command:
sudo yum -y install sweep
How To Uninstall sweep on Fedora 34
To uninstall only the sweep package we can use the following command:
sudo dnf remove sweep
sweep Package Contents on Fedora 34
/usr/bin/sweep-audio-editor
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/741a36f37d399c66f524fd00678fa504e1b981
/usr/lib/.build-id/62
/usr/lib/.build-id/62/d1a77c0c63d4aa09df3fbe9ac1b4df2401b376
/usr/lib/.build-id/70
/usr/lib/.build-id/70/cc32fd66afb622f3ae51d15a94ba276cd7b865
/usr/lib/.build-id/97
/usr/lib/.build-id/97/ec223da9b8bef5595dfa0aa60b7ec071228dc6
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/ebcc8611292b52e37f773dd2f5e1f315dd9cad
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/63f2e143d64568333bd7f21997a5fad11bd1c1
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/17cf42dcbc5950c1a741e45cd20a0b8c25719e
/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 34 using yum and dnf.