How To Install sayonara on Fedora 36

In this tutorial we learn how to install sayonara in Fedora 36. sayonara is A lightweight Qt Audio player

Introduction

In this tutorial we learn how to install sayonara on Fedora 36.

What is sayonara

sayonara is a small, clear, not yet platform-independent music player. Low CPU usage, low memory consumption and no long loading times are only three benefits of this player. Sayonara should be easy and intuitive to use and therefore it should be able to compete with the most popular music players.

We can use yum or dnf to install sayonara on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sayonara.

Install sayonara 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 sayonara using dnf by running the following command:

sudo dnf -y install sayonara

Install sayonara 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 sayonara using yum by running the following command:

sudo yum -y install sayonara

How To Uninstall sayonara on Fedora 36

To uninstall only the sayonara package we can use the following command:

sudo dnf remove sayonara

sayonara Package Contents on Fedora 36

/usr/bin/sayonara
/usr/bin/sayonara-ctl
/usr/bin/sayonara-query
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/a0429fb491544ff06611d58219b85188ba84b2
/usr/share/applications/com.sayonara-player.Sayonara.desktop
/usr/share/doc/sayonara
/usr/share/doc/sayonara/INSTALL.md
/usr/share/doc/sayonara/MANUAL
/usr/share/doc/sayonara/README.md
/usr/share/icons/hicolor/128x128/apps/sayonara.png
/usr/share/icons/hicolor/16x16/apps/sayonara.png
/usr/share/icons/hicolor/192x192/apps/sayonara.png
/usr/share/icons/hicolor/22x22/apps/sayonara.png
/usr/share/icons/hicolor/24x24/apps/sayonara.png
/usr/share/icons/hicolor/256x256/apps/sayonara.png
/usr/share/icons/hicolor/32x32/apps/sayonara.png
/usr/share/icons/hicolor/36x36/apps/sayonara.png
/usr/share/icons/hicolor/48x48/apps/sayonara.png
/usr/share/icons/hicolor/64x64/apps/sayonara.png
/usr/share/icons/hicolor/72x72/apps/sayonara.png
/usr/share/icons/hicolor/96x96/apps/sayonara.png
/usr/share/licenses/sayonara
/usr/share/licenses/sayonara/LICENSE
/usr/share/man/man1/sayonara-ctl.1.gz
/usr/share/man/man1/sayonara-query.1.gz
/usr/share/man/man1/sayonara.1.gz
/usr/share/metainfo/sayonara.appdata.xml
/usr/share/sayonara
/usr/share/sayonara/translations
/usr/share/sayonara/translations/icons
/usr/share/sayonara/translations/icons/ar_SA.png
/usr/share/sayonara/translations/icons/cs_CZ.png
/usr/share/sayonara/translations/icons/de_DE.png
/usr/share/sayonara/translations/icons/el.png
/usr/share/sayonara/translations/icons/en.png
/usr/share/sayonara/translations/icons/es_ES.png
/usr/share/sayonara/translations/icons/fi_FI.png
/usr/share/sayonara/translations/icons/fr_FR.png
/usr/share/sayonara/translations/icons/hu_HU.png
/usr/share/sayonara/translations/icons/id_ID.png
/usr/share/sayonara/translations/icons/it_IT.png
/usr/share/sayonara/translations/icons/ja_JP.png
/usr/share/sayonara/translations/icons/nl_NL.png
/usr/share/sayonara/translations/icons/pl_PL.png
/usr/share/sayonara/translations/icons/pt_BR.png
/usr/share/sayonara/translations/icons/pt_PT.png
/usr/share/sayonara/translations/icons/ro_RO.png
/usr/share/sayonara/translations/icons/ru_RU.png
/usr/share/sayonara/translations/icons/sk_SK.png
/usr/share/sayonara/translations/icons/tr_TR.png
/usr/share/sayonara/translations/icons/uk_UA.png
/usr/share/sayonara/translations/icons/zh_CN.png
/usr/share/sayonara/translations/sayonara_lang_ar_SA.qm
/usr/share/sayonara/translations/sayonara_lang_cs_CZ.qm
/usr/share/sayonara/translations/sayonara_lang_de_DE.qm
/usr/share/sayonara/translations/sayonara_lang_el.qm
/usr/share/sayonara/translations/sayonara_lang_en.qm
/usr/share/sayonara/translations/sayonara_lang_es_ES.qm
/usr/share/sayonara/translations/sayonara_lang_fi_FI.qm
/usr/share/sayonara/translations/sayonara_lang_fr_FR.qm
/usr/share/sayonara/translations/sayonara_lang_hu_HU.qm
/usr/share/sayonara/translations/sayonara_lang_id_ID.qm
/usr/share/sayonara/translations/sayonara_lang_it_IT.qm
/usr/share/sayonara/translations/sayonara_lang_ja_JP.qm
/usr/share/sayonara/translations/sayonara_lang_nl_NL.qm
/usr/share/sayonara/translations/sayonara_lang_pl_PL.qm
/usr/share/sayonara/translations/sayonara_lang_pt_BR.qm
/usr/share/sayonara/translations/sayonara_lang_pt_PT.qm
/usr/share/sayonara/translations/sayonara_lang_ro_RO.qm
/usr/share/sayonara/translations/sayonara_lang_ru_RU.qm
/usr/share/sayonara/translations/sayonara_lang_sk_SK.qm
/usr/share/sayonara/translations/sayonara_lang_tr_TR.qm
/usr/share/sayonara/translations/sayonara_lang_uk_UA.qm
/usr/share/sayonara/translations/sayonara_lang_zh_CN.qm

References

Summary

In this tutorial we learn how to install sayonara on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).