How To Install lxmusic on Fedora 36
Introduction
In this tutorial we learn how to install lxmusic
on Fedora 36.
What is lxmusic
LXMusic is a very simple gtk+ XMMS2 client written in pure C. It has very few functionality, and can do nothing more than play the music. The UI is very clean and simple. This is currently aimed to be used as the default music player of LXDE (Lightweight X11 Desktop Environment) project.
We can use yum
or dnf
to install lxmusic
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lxmusic.
Install lxmusic 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 lxmusic
using dnf
by running the following command:
sudo dnf -y install lxmusic
Install lxmusic 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 lxmusic
using yum
by running the following command:
sudo yum -y install lxmusic
How To Uninstall lxmusic on Fedora 36
To uninstall only the lxmusic
package we can use the following command:
sudo dnf remove lxmusic
lxmusic Package Contents on Fedora 36
/usr/bin/lxmusic
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/86a6ff1e86366937ec0d827dbdcad525d6bb30
/usr/share/appdata/lxmusic.appdata.xml
/usr/share/applications/lxmusic.desktop
/usr/share/doc/lxmusic
/usr/share/doc/lxmusic/AUTHORS
/usr/share/doc/lxmusic/README
/usr/share/licenses/lxmusic
/usr/share/licenses/lxmusic/COPYING
/usr/share/locale/af/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ar/LC_MESSAGES/lxmusic.mo
/usr/share/locale/be/LC_MESSAGES/lxmusic.mo
/usr/share/locale/bg/LC_MESSAGES/lxmusic.mo
/usr/share/locale/bn/LC_MESSAGES/lxmusic.mo
/usr/share/locale/bn_IN/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ca/LC_MESSAGES/lxmusic.mo
/usr/share/locale/cs/LC_MESSAGES/lxmusic.mo
/usr/share/locale/da/LC_MESSAGES/lxmusic.mo
/usr/share/locale/de/LC_MESSAGES/lxmusic.mo
/usr/share/locale/el/LC_MESSAGES/lxmusic.mo
/usr/share/locale/en_GB/LC_MESSAGES/lxmusic.mo
/usr/share/locale/es/LC_MESSAGES/lxmusic.mo
/usr/share/locale/et/LC_MESSAGES/lxmusic.mo
/usr/share/locale/eu/LC_MESSAGES/lxmusic.mo
/usr/share/locale/fa/LC_MESSAGES/lxmusic.mo
/usr/share/locale/fi/LC_MESSAGES/lxmusic.mo
/usr/share/locale/fo/LC_MESSAGES/lxmusic.mo
/usr/share/locale/fr/LC_MESSAGES/lxmusic.mo
/usr/share/locale/frp/LC_MESSAGES/lxmusic.mo
/usr/share/locale/gl/LC_MESSAGES/lxmusic.mo
/usr/share/locale/he/LC_MESSAGES/lxmusic.mo
/usr/share/locale/hr/LC_MESSAGES/lxmusic.mo
/usr/share/locale/hu/LC_MESSAGES/lxmusic.mo
/usr/share/locale/id/LC_MESSAGES/lxmusic.mo
/usr/share/locale/is/LC_MESSAGES/lxmusic.mo
/usr/share/locale/it/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ja/LC_MESSAGES/lxmusic.mo
/usr/share/locale/kk/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ko/LC_MESSAGES/lxmusic.mo
/usr/share/locale/lg/LC_MESSAGES/lxmusic.mo
/usr/share/locale/lt/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ml/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ms/LC_MESSAGES/lxmusic.mo
/usr/share/locale/nb/LC_MESSAGES/lxmusic.mo
/usr/share/locale/nl/LC_MESSAGES/lxmusic.mo
/usr/share/locale/nn/LC_MESSAGES/lxmusic.mo
/usr/share/locale/pa/LC_MESSAGES/lxmusic.mo
/usr/share/locale/pl/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ps/LC_MESSAGES/lxmusic.mo
/usr/share/locale/pt/LC_MESSAGES/lxmusic.mo
/usr/share/locale/pt_BR/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ro/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ru/LC_MESSAGES/lxmusic.mo
/usr/share/locale/sk/LC_MESSAGES/lxmusic.mo
/usr/share/locale/sl/LC_MESSAGES/lxmusic.mo
/usr/share/locale/sr/LC_MESSAGES/lxmusic.mo
/usr/share/locale/sr@latin/LC_MESSAGES/lxmusic.mo
/usr/share/locale/sv/LC_MESSAGES/lxmusic.mo
/usr/share/locale/te/LC_MESSAGES/lxmusic.mo
/usr/share/locale/th/LC_MESSAGES/lxmusic.mo
/usr/share/locale/tr/LC_MESSAGES/lxmusic.mo
/usr/share/locale/tt_RU/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ug/LC_MESSAGES/lxmusic.mo
/usr/share/locale/uk/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ur/LC_MESSAGES/lxmusic.mo
/usr/share/locale/ur_PK/LC_MESSAGES/lxmusic.mo
/usr/share/locale/vi/LC_MESSAGES/lxmusic.mo
/usr/share/locale/zh_CN/LC_MESSAGES/lxmusic.mo
/usr/share/locale/zh_TW/LC_MESSAGES/lxmusic.mo
/usr/share/lxmusic
/usr/share/lxmusic/lxmusic.ui.glade
/usr/share/lxmusic/pref-dlg.ui.glade
/usr/share/lxmusic/track-info.ui.glade
/usr/share/man/man1/lxmusic.1.gz
/usr/share/pixmaps/lxmusic.png
References
Summary
In this tutorial we learn how to install lxmusic
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).