How To Install xfconf on Fedora 36
Introduction
In this tutorial we learn how to install xfconf
on Fedora 36.
What is xfconf
Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.”
We can use yum
or dnf
to install xfconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xfconf.
Install xfconf 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 xfconf
using dnf
by running the following command:
sudo dnf -y install xfconf
Install xfconf 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 xfconf
using yum
by running the following command:
sudo yum -y install xfconf
How To Uninstall xfconf on Fedora 36
To uninstall only the xfconf
package we can use the following command:
sudo dnf remove xfconf
xfconf Package Contents on Fedora 36
/usr/bin/xfconf-query
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/fb3ef96eb1dc7795fe846a07fbd08b9ec25747
/usr/lib/.build-id/12
/usr/lib/.build-id/12/b27eaf184620dcd94c30335bb463cc78e8ca85
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/85be0590713132fe20ef9a164e0472f5e58704
/usr/lib64/girepository-1.0/Xfconf-0.typelib
/usr/lib64/libxfconf-0.so.3
/usr/lib64/libxfconf-0.so.3.0.0
/usr/lib64/xfce4/xfconf
/usr/lib64/xfce4/xfconf/xfconfd
/usr/share/bash-completion/completions/xfconf-query
/usr/share/dbus-1/services/org.xfce.Xfconf.service
/usr/share/doc/xfconf
/usr/share/doc/xfconf/AUTHORS
/usr/share/doc/xfconf/NEWS
/usr/share/doc/xfconf/TODO
/usr/share/gir-1.0/Xfconf-0.gir
/usr/share/licenses/xfconf
/usr/share/licenses/xfconf/COPYING
/usr/share/locale/ar/LC_MESSAGES/xfconf.mo
/usr/share/locale/ast/LC_MESSAGES/xfconf.mo
/usr/share/locale/be/LC_MESSAGES/xfconf.mo
/usr/share/locale/bg/LC_MESSAGES/xfconf.mo
/usr/share/locale/bn/LC_MESSAGES/xfconf.mo
/usr/share/locale/ca/LC_MESSAGES/xfconf.mo
/usr/share/locale/cs/LC_MESSAGES/xfconf.mo
/usr/share/locale/da/LC_MESSAGES/xfconf.mo
/usr/share/locale/de/LC_MESSAGES/xfconf.mo
/usr/share/locale/el/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_AU/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_CA/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_GB/LC_MESSAGES/xfconf.mo
/usr/share/locale/es/LC_MESSAGES/xfconf.mo
/usr/share/locale/eu/LC_MESSAGES/xfconf.mo
/usr/share/locale/fi/LC_MESSAGES/xfconf.mo
/usr/share/locale/fr/LC_MESSAGES/xfconf.mo
/usr/share/locale/gl/LC_MESSAGES/xfconf.mo
/usr/share/locale/he/LC_MESSAGES/xfconf.mo
/usr/share/locale/hr/LC_MESSAGES/xfconf.mo
/usr/share/locale/hu/LC_MESSAGES/xfconf.mo
/usr/share/locale/hy_AM/LC_MESSAGES/xfconf.mo
/usr/share/locale/hye/LC_MESSAGES/xfconf.mo
/usr/share/locale/id/LC_MESSAGES/xfconf.mo
/usr/share/locale/is/LC_MESSAGES/xfconf.mo
/usr/share/locale/it/LC_MESSAGES/xfconf.mo
/usr/share/locale/ja/LC_MESSAGES/xfconf.mo
/usr/share/locale/kk/LC_MESSAGES/xfconf.mo
/usr/share/locale/ko/LC_MESSAGES/xfconf.mo
/usr/share/locale/lt/LC_MESSAGES/xfconf.mo
/usr/share/locale/lv/LC_MESSAGES/xfconf.mo
/usr/share/locale/ms/LC_MESSAGES/xfconf.mo
/usr/share/locale/nb/LC_MESSAGES/xfconf.mo
/usr/share/locale/nl/LC_MESSAGES/xfconf.mo
/usr/share/locale/nn/LC_MESSAGES/xfconf.mo
/usr/share/locale/oc/LC_MESSAGES/xfconf.mo
/usr/share/locale/pa/LC_MESSAGES/xfconf.mo
/usr/share/locale/pl/LC_MESSAGES/xfconf.mo
/usr/share/locale/pt/LC_MESSAGES/xfconf.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xfconf.mo
/usr/share/locale/ro/LC_MESSAGES/xfconf.mo
/usr/share/locale/ru/LC_MESSAGES/xfconf.mo
/usr/share/locale/si/LC_MESSAGES/xfconf.mo
/usr/share/locale/sk/LC_MESSAGES/xfconf.mo
/usr/share/locale/sl/LC_MESSAGES/xfconf.mo
/usr/share/locale/sq/LC_MESSAGES/xfconf.mo
/usr/share/locale/sr/LC_MESSAGES/xfconf.mo
/usr/share/locale/sv/LC_MESSAGES/xfconf.mo
/usr/share/locale/te/LC_MESSAGES/xfconf.mo
/usr/share/locale/th/LC_MESSAGES/xfconf.mo
/usr/share/locale/tr/LC_MESSAGES/xfconf.mo
/usr/share/locale/ug/LC_MESSAGES/xfconf.mo
/usr/share/locale/uk/LC_MESSAGES/xfconf.mo
/usr/share/locale/ur/LC_MESSAGES/xfconf.mo
/usr/share/locale/ur_PK/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_CN/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_HK/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xfconf.mo
/usr/share/vala/vapi/libxfconf-0.deps
/usr/share/vala/vapi/libxfconf-0.vapi
References
Summary
In this tutorial we learn how to install xfconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xfconf on Fedora 36” linkTitle: “xfconf” type: “docs” description: “In this tutorial we learn how to install xfconf in Fedora 36. xfconf is Hierarchical configuration system for Xfce” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xfconf-featured.png
Introduction
In this tutorial we learn how to install xfconf
on Fedora 36.
What is xfconf
Xfconf is a hierarchical (tree-like) configuration system where the immediate child nodes of the root are called “channels”. All settings beneath the channel nodes are called “properties.”
We can use yum
or dnf
to install xfconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xfconf.
Install xfconf 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 xfconf
using dnf
by running the following command:
sudo dnf -y install xfconf
Install xfconf 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 xfconf
using yum
by running the following command:
sudo yum -y install xfconf
How To Uninstall xfconf on Fedora 36
To uninstall only the xfconf
package we can use the following command:
sudo dnf remove xfconf
xfconf Package Contents on Fedora 36
/usr/bin/xfconf-query
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/54dba1662d0348790aea3ee19491c658bd0465
/usr/lib/.build-id/62
/usr/lib/.build-id/62/836090585fe8bbbb2d979190b6130793d08f9b
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/ba06aa717509990b429c191aa1212af12cdffd
/usr/lib/girepository-1.0/Xfconf-0.typelib
/usr/lib/libxfconf-0.so.3
/usr/lib/libxfconf-0.so.3.0.0
/usr/lib/xfce4/xfconf
/usr/lib/xfce4/xfconf/xfconfd
/usr/share/bash-completion/completions/xfconf-query
/usr/share/dbus-1/services/org.xfce.Xfconf.service
/usr/share/doc/xfconf
/usr/share/doc/xfconf/AUTHORS
/usr/share/doc/xfconf/NEWS
/usr/share/doc/xfconf/TODO
/usr/share/gir-1.0/Xfconf-0.gir
/usr/share/licenses/xfconf
/usr/share/licenses/xfconf/COPYING
/usr/share/locale/ar/LC_MESSAGES/xfconf.mo
/usr/share/locale/ast/LC_MESSAGES/xfconf.mo
/usr/share/locale/be/LC_MESSAGES/xfconf.mo
/usr/share/locale/bg/LC_MESSAGES/xfconf.mo
/usr/share/locale/bn/LC_MESSAGES/xfconf.mo
/usr/share/locale/ca/LC_MESSAGES/xfconf.mo
/usr/share/locale/cs/LC_MESSAGES/xfconf.mo
/usr/share/locale/da/LC_MESSAGES/xfconf.mo
/usr/share/locale/de/LC_MESSAGES/xfconf.mo
/usr/share/locale/el/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_AU/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_CA/LC_MESSAGES/xfconf.mo
/usr/share/locale/en_GB/LC_MESSAGES/xfconf.mo
/usr/share/locale/es/LC_MESSAGES/xfconf.mo
/usr/share/locale/eu/LC_MESSAGES/xfconf.mo
/usr/share/locale/fi/LC_MESSAGES/xfconf.mo
/usr/share/locale/fr/LC_MESSAGES/xfconf.mo
/usr/share/locale/gl/LC_MESSAGES/xfconf.mo
/usr/share/locale/he/LC_MESSAGES/xfconf.mo
/usr/share/locale/hr/LC_MESSAGES/xfconf.mo
/usr/share/locale/hu/LC_MESSAGES/xfconf.mo
/usr/share/locale/hy_AM/LC_MESSAGES/xfconf.mo
/usr/share/locale/hye/LC_MESSAGES/xfconf.mo
/usr/share/locale/id/LC_MESSAGES/xfconf.mo
/usr/share/locale/is/LC_MESSAGES/xfconf.mo
/usr/share/locale/it/LC_MESSAGES/xfconf.mo
/usr/share/locale/ja/LC_MESSAGES/xfconf.mo
/usr/share/locale/kk/LC_MESSAGES/xfconf.mo
/usr/share/locale/ko/LC_MESSAGES/xfconf.mo
/usr/share/locale/lt/LC_MESSAGES/xfconf.mo
/usr/share/locale/lv/LC_MESSAGES/xfconf.mo
/usr/share/locale/ms/LC_MESSAGES/xfconf.mo
/usr/share/locale/nb/LC_MESSAGES/xfconf.mo
/usr/share/locale/nl/LC_MESSAGES/xfconf.mo
/usr/share/locale/nn/LC_MESSAGES/xfconf.mo
/usr/share/locale/oc/LC_MESSAGES/xfconf.mo
/usr/share/locale/pa/LC_MESSAGES/xfconf.mo
/usr/share/locale/pl/LC_MESSAGES/xfconf.mo
/usr/share/locale/pt/LC_MESSAGES/xfconf.mo
/usr/share/locale/pt_BR/LC_MESSAGES/xfconf.mo
/usr/share/locale/ro/LC_MESSAGES/xfconf.mo
/usr/share/locale/ru/LC_MESSAGES/xfconf.mo
/usr/share/locale/si/LC_MESSAGES/xfconf.mo
/usr/share/locale/sk/LC_MESSAGES/xfconf.mo
/usr/share/locale/sl/LC_MESSAGES/xfconf.mo
/usr/share/locale/sq/LC_MESSAGES/xfconf.mo
/usr/share/locale/sr/LC_MESSAGES/xfconf.mo
/usr/share/locale/sv/LC_MESSAGES/xfconf.mo
/usr/share/locale/te/LC_MESSAGES/xfconf.mo
/usr/share/locale/th/LC_MESSAGES/xfconf.mo
/usr/share/locale/tr/LC_MESSAGES/xfconf.mo
/usr/share/locale/ug/LC_MESSAGES/xfconf.mo
/usr/share/locale/uk/LC_MESSAGES/xfconf.mo
/usr/share/locale/ur/LC_MESSAGES/xfconf.mo
/usr/share/locale/ur_PK/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_CN/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_HK/LC_MESSAGES/xfconf.mo
/usr/share/locale/zh_TW/LC_MESSAGES/xfconf.mo
/usr/share/vala/vapi/libxfconf-0.deps
/usr/share/vala/vapi/libxfconf-0.vapi
References
Summary
In this tutorial we learn how to install xfconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).