How To Install strawberry on Fedora 34
Introduction
In this tutorial we learn how to install strawberry
on Fedora 34.
What is strawberry
Strawberry is a audio player and music collection organizer. It is a fork of Clementine. The name is inspired by the band Strawbs. Features * Play and organize music * Supports WAV, FLAC, WavPack, DSF, DSDIFF, Ogg Vorbis, Speex, MPC, TrueAudio, AIFF, MP4, MP3 and ASF * Audio CD playback * Native desktop notifications * Playlists in multiple formats * Advanced output and device options with support for bit perfect playback on Linux * Edit tags on music files * Fetch tags from MusicBrainz * Album cover art from Last.fm, Musicbrainz and Discogs * Song lyrics from AudD and API Seeds * Support for multiple backends * Audio analyzer * Equalizer * Transfer music to iPod, iPhone, MTP or mass-storage USB player * Integrated Tidal support * Scrobbler with support for Last.fm, Libre.fm and ListenBrainz
We can use yum
or dnf
to install strawberry
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install strawberry.
Install strawberry 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 strawberry
using dnf
by running the following command:
sudo dnf -y install strawberry
Install strawberry 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 strawberry
using yum
by running the following command:
sudo yum -y install strawberry
How To Uninstall strawberry on Fedora 34
To uninstall only the strawberry
package we can use the following command:
sudo dnf remove strawberry
strawberry Package Contents on Fedora 34
/usr/bin/strawberry
/usr/bin/strawberry-tagreader
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/e601185d640ac75d5909f575b742202393f28d
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/3ace694e81075722901fe0ef7285c721f3a64e
/usr/share/applications/org.strawberrymusicplayer.strawberry.desktop
/usr/share/doc/strawberry
/usr/share/doc/strawberry/Changelog
/usr/share/icons/hicolor/128x128/apps/strawberry.png
/usr/share/icons/hicolor/48x48/apps/strawberry.png
/usr/share/icons/hicolor/64x64/apps/strawberry.png
/usr/share/licenses/strawberry
/usr/share/licenses/strawberry/COPYING
/usr/share/licenses/strawberry/LICENSE-singleapplication
/usr/share/man/man1/strawberry-tagreader.1.gz
/usr/share/man/man1/strawberry.1.gz
/usr/share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
/usr/bin/strawberry
/usr/bin/strawberry-tagreader
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/0a5eac8706fb974cd7fd5dc5ae71cdd3149c1d
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/1a7dfbeb943e139af0747c656064c4d0998ce9
/usr/share/applications/org.strawberrymusicplayer.strawberry.desktop
/usr/share/doc/strawberry
/usr/share/doc/strawberry/Changelog
/usr/share/icons/hicolor/128x128/apps/strawberry.png
/usr/share/icons/hicolor/48x48/apps/strawberry.png
/usr/share/icons/hicolor/64x64/apps/strawberry.png
/usr/share/licenses/strawberry
/usr/share/licenses/strawberry/COPYING
/usr/share/licenses/strawberry/COPYING-taglib
/usr/share/licenses/strawberry/LICENSE-singleapplication
/usr/share/man/man1/strawberry-tagreader.1.gz
/usr/share/man/man1/strawberry.1.gz
/usr/share/metainfo/org.strawberrymusicplayer.strawberry.appdata.xml
References
Summary
In this tutorial we learn how to install strawberry
on Fedora 34 using yum and dnf.