How To Install obconf on Fedora 36
Introduction
In this tutorial we learn how to install obconf
on Fedora 36.
What is obconf
ObConf is a graphical configuration editor for the Openbox window manager.
We can use yum
or dnf
to install obconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install obconf.
Install obconf 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 obconf
using dnf
by running the following command:
sudo dnf -y install obconf
Install obconf 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 obconf
using yum
by running the following command:
sudo yum -y install obconf
How To Uninstall obconf on Fedora 36
To uninstall only the obconf
package we can use the following command:
sudo dnf remove obconf
obconf Package Contents on Fedora 36
/usr/bin/obconf
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/f41b49a60668fc07bab4ab4f1728374680999e
/usr/share/applications/obconf.desktop
/usr/share/doc/obconf
/usr/share/doc/obconf/AUTHORS
/usr/share/doc/obconf/COPYING
/usr/share/doc/obconf/README
/usr/share/locale/ar/LC_MESSAGES/obconf.mo
/usr/share/locale/be/LC_MESSAGES/obconf.mo
/usr/share/locale/cs/LC_MESSAGES/obconf.mo
/usr/share/locale/da/LC_MESSAGES/obconf.mo
/usr/share/locale/de/LC_MESSAGES/obconf.mo
/usr/share/locale/el/LC_MESSAGES/obconf.mo
/usr/share/locale/en@boldquot/LC_MESSAGES/obconf.mo
/usr/share/locale/en@quot/LC_MESSAGES/obconf.mo
/usr/share/locale/es/LC_MESSAGES/obconf.mo
/usr/share/locale/et/LC_MESSAGES/obconf.mo
/usr/share/locale/fi/LC_MESSAGES/obconf.mo
/usr/share/locale/fr/LC_MESSAGES/obconf.mo
/usr/share/locale/he/LC_MESSAGES/obconf.mo
/usr/share/locale/hr/LC_MESSAGES/obconf.mo
/usr/share/locale/hu/LC_MESSAGES/obconf.mo
/usr/share/locale/it/LC_MESSAGES/obconf.mo
/usr/share/locale/ja/LC_MESSAGES/obconf.mo
/usr/share/locale/lt/LC_MESSAGES/obconf.mo
/usr/share/locale/lv/LC_MESSAGES/obconf.mo
/usr/share/locale/nl/LC_MESSAGES/obconf.mo
/usr/share/locale/no/LC_MESSAGES/obconf.mo
/usr/share/locale/pl/LC_MESSAGES/obconf.mo
/usr/share/locale/pt/LC_MESSAGES/obconf.mo
/usr/share/locale/pt_BR/LC_MESSAGES/obconf.mo
/usr/share/locale/ro/LC_MESSAGES/obconf.mo
/usr/share/locale/ru/LC_MESSAGES/obconf.mo
/usr/share/locale/sr/LC_MESSAGES/obconf.mo
/usr/share/locale/sr@latin/LC_MESSAGES/obconf.mo
/usr/share/locale/sv/LC_MESSAGES/obconf.mo
/usr/share/locale/tr/LC_MESSAGES/obconf.mo
/usr/share/locale/zh_CN/LC_MESSAGES/obconf.mo
/usr/share/locale/zh_TW/LC_MESSAGES/obconf.mo
/usr/share/mime/packages/obconf.xml
/usr/share/mimelnk
/usr/share/mimelnk/application
/usr/share/mimelnk/application/x-openbox-theme.desktop
/usr/share/obconf
/usr/share/obconf/obconf.ui
/usr/share/obconf/video-display.png
/usr/share/pixmaps/obconf.png
References
Summary
In this tutorial we learn how to install obconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).