How To Install dconf on Fedora 36
Introduction
In this tutorial we learn how to install dconf
on Fedora 36.
What is dconf
dconf is a low-level configuration system. Its main purpose is to provide a backend to the GSettings API in GLib.
We can use yum
or dnf
to install dconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dconf.
Install dconf 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 dconf
using dnf
by running the following command:
sudo dnf -y install dconf
Install dconf 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 dconf
using yum
by running the following command:
sudo yum -y install dconf
How To Uninstall dconf on Fedora 36
To uninstall only the dconf
package we can use the following command:
sudo dnf remove dconf
dconf Package Contents on Fedora 36
/etc/dconf
/etc/dconf/db
/etc/dconf/db/distro.d
/etc/dconf/db/distro.d/locks
/etc/dconf/db/local.d
/etc/dconf/db/local.d/locks
/etc/dconf/db/site.d
/etc/dconf/db/site.d/locks
/etc/dconf/profile
/etc/dconf/profile/user
/usr/bin/dconf
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/9cecb1f29de45c744b19e9d97239712fb7f402
/usr/lib/.build-id/63
/usr/lib/.build-id/63/f77a4f9933473c3b3dcb712dc47c024c06366f
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/62750834cb2bb8cb342403bae4efd090213751
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/1f4c49d6bd4707de5b9a31c93ebe64dfbb9e76
/usr/lib/gio/modules/libdconfsettings.so
/usr/lib/libdconf.so.1
/usr/lib/libdconf.so.1.0.0
/usr/lib/systemd/user/dconf.service
/usr/libexec/dconf-service
/usr/share/bash-completion/completions/dconf
/usr/share/dbus-1/services/ca.desrt.dconf.service
/usr/share/licenses/dconf
/usr/share/licenses/dconf/COPYING
/usr/share/man/man1/dconf-service.1.gz
/usr/share/man/man1/dconf.1.gz
/usr/share/man/man7/dconf.7.gz
References
Summary
In this tutorial we learn how to install dconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install dconf on Fedora 36” linkTitle: “dconf” type: “docs” description: “In this tutorial we learn how to install dconf in Fedora 36. dconf is A configuration system” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dconf-featured.png
Introduction
In this tutorial we learn how to install dconf
on Fedora 36.
What is dconf
dconf is a low-level configuration system. Its main purpose is to provide a backend to the GSettings API in GLib.
We can use yum
or dnf
to install dconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dconf.
Install dconf 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 dconf
using dnf
by running the following command:
sudo dnf -y install dconf
Install dconf 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 dconf
using yum
by running the following command:
sudo yum -y install dconf
How To Uninstall dconf on Fedora 36
To uninstall only the dconf
package we can use the following command:
sudo dnf remove dconf
dconf Package Contents on Fedora 36
/etc/dconf
/etc/dconf/db
/etc/dconf/db/distro.d
/etc/dconf/db/distro.d/locks
/etc/dconf/db/local.d
/etc/dconf/db/local.d/locks
/etc/dconf/db/site.d
/etc/dconf/db/site.d/locks
/etc/dconf/profile
/etc/dconf/profile/user
/usr/bin/dconf
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/cfb358049de8bd23f1b78ffdd4a7266a578932
/usr/lib/.build-id/85
/usr/lib/.build-id/85/8b917a9d344e00f1170b7a80cc12bf0392f316
/usr/lib/.build-id/86
/usr/lib/.build-id/86/55add49cde0c10ae555e69af61a9c2ebcde9b6
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/f80c3788c9b836a1ae22bd23e75712368ce187
/usr/lib/systemd/user/dconf.service
/usr/lib64/gio/modules/libdconfsettings.so
/usr/lib64/libdconf.so.1
/usr/lib64/libdconf.so.1.0.0
/usr/libexec/dconf-service
/usr/share/bash-completion/completions/dconf
/usr/share/dbus-1/services/ca.desrt.dconf.service
/usr/share/licenses/dconf
/usr/share/licenses/dconf/COPYING
/usr/share/man/man1/dconf-service.1.gz
/usr/share/man/man1/dconf.1.gz
/usr/share/man/man7/dconf.7.gz
References
Summary
In this tutorial we learn how to install dconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).