How To Install obconf on Fedora 34
Introduction
In this tutorial we learn how to install obconf on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install obconf.
Install obconf 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 obconf using dnf by running the following command:
sudo dnf -y install obconf
Install obconf 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 obconf using yum by running the following command:
sudo yum -y install obconf
How To Uninstall obconf on Fedora 34
To uninstall only the obconf package we can use the following command:
sudo dnf remove obconf
obconf Package Contents on Fedora 34
/usr/bin/obconf
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/60f10d7485cff60b7b25fa9d1e746b0eadd2ae
/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 34 using yum and dnf.