How To Install goodvibes on Fedora 34
Introduction
In this tutorial we learn how to install goodvibes
on Fedora 34.
What is goodvibes
Goodvibes is an Internet radio player for GNU/Linux. It aims to be light, simple, straightforward.
We can use yum
or dnf
to install goodvibes
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install goodvibes.
Install goodvibes 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 goodvibes
using dnf
by running the following command:
sudo dnf -y install goodvibes
Install goodvibes 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 goodvibes
using yum
by running the following command:
sudo yum -y install goodvibes
How To Uninstall goodvibes on Fedora 34
To uninstall only the goodvibes
package we can use the following command:
sudo dnf remove goodvibes
goodvibes Package Contents on Fedora 34
/usr/bin/goodvibes
/usr/bin/goodvibes-client
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/0c64330bec2782d56c1b8339a1199b21e8907a
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/56c58597943942fbfa2255d6c957a3386f1873
/usr/share/applications/io.gitlab.Goodvibes.desktop
/usr/share/dbus-1/services/io.gitlab.Goodvibes.service
/usr/share/doc/goodvibes
/usr/share/doc/goodvibes/HACKING.md
/usr/share/doc/goodvibes/NEWS
/usr/share/doc/goodvibes/README.md
/usr/share/glib-2.0/schemas/io.gitlab.Goodvibes.enums.xml
/usr/share/glib-2.0/schemas/io.gitlab.Goodvibes.gschema.xml
/usr/share/icons/hicolor/16x16/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/22x22/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/24x24/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/256x256/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/32x32/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/48x48/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/512x512/apps/io.gitlab.Goodvibes.png
/usr/share/icons/hicolor/symbolic/apps/io.gitlab.Goodvibes-symbolic.svg
/usr/share/licenses/goodvibes
/usr/share/licenses/goodvibes/COPYING
/usr/share/locale/ca/LC_MESSAGES/goodvibes.mo
/usr/share/locale/cs/LC_MESSAGES/goodvibes.mo
/usr/share/locale/de/LC_MESSAGES/goodvibes.mo
/usr/share/locale/en_US/LC_MESSAGES/goodvibes.mo
/usr/share/locale/es/LC_MESSAGES/goodvibes.mo
/usr/share/locale/fr/LC_MESSAGES/goodvibes.mo
/usr/share/locale/hr/LC_MESSAGES/goodvibes.mo
/usr/share/locale/hu/LC_MESSAGES/goodvibes.mo
/usr/share/locale/id/LC_MESSAGES/goodvibes.mo
/usr/share/locale/it/LC_MESSAGES/goodvibes.mo
/usr/share/locale/mr/LC_MESSAGES/goodvibes.mo
/usr/share/locale/nb_NO/LC_MESSAGES/goodvibes.mo
/usr/share/locale/nl/LC_MESSAGES/goodvibes.mo
/usr/share/locale/pl/LC_MESSAGES/goodvibes.mo
/usr/share/locale/pt/LC_MESSAGES/goodvibes.mo
/usr/share/locale/pt_BR/LC_MESSAGES/goodvibes.mo
/usr/share/locale/pt_PT/LC_MESSAGES/goodvibes.mo
/usr/share/locale/ru/LC_MESSAGES/goodvibes.mo
/usr/share/locale/sk/LC_MESSAGES/goodvibes.mo
/usr/share/locale/te/LC_MESSAGES/goodvibes.mo
/usr/share/locale/tr/LC_MESSAGES/goodvibes.mo
/usr/share/man/man1/goodvibes-client.1.gz
/usr/share/man/man1/goodvibes.1.gz
/usr/share/metainfo/io.gitlab.Goodvibes.appdata.xml
References
Summary
In this tutorial we learn how to install goodvibes
on Fedora 34 using yum and dnf.