How To Install wf-config on Fedora 36

In this tutorial we learn how to install wf-config in Fedora 36. wf-config is Library for managing configuration files, written for wayfire

Introduction

In this tutorial we learn how to install wf-config on Fedora 36.

What is wf-config

Library for managing configuration files, written for wayfire.

We can use yum or dnf to install wf-config on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wf-config.

Install wf-config 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 wf-config using dnf by running the following command:

sudo dnf -y install wf-config

Install wf-config 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 wf-config using yum by running the following command:

sudo yum -y install wf-config

How To Uninstall wf-config on Fedora 36

To uninstall only the wf-config package we can use the following command:

sudo dnf remove wf-config

wf-config Package Contents on Fedora 36

---
title: "How To Install wf-config on Fedora 36"
linkTitle: "wf-config"
type: "docs"
description: "In this tutorial we learn how to install wf-config in Fedora 36. wf-config is Library for managing configuration files, written for wayfire"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/wf-config-featured.png
---

## Introduction

In this tutorial we learn how to install `wf-config` on Fedora 36.

### What is `wf-config`

> Library for managing configuration files, written for wayfire.  

We can use `yum` or `dnf` to install `wf-config` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wf-config.

## Install wf-config on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install wf-config using dnf by running the following command:

sudo dnf -y install wf-config

Install wf-config 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 wf-config using yum by running the following command:

sudo yum -y install wf-config

How To Uninstall wf-config on Fedora 36

To uninstall only the wf-config package we can use the following command:

sudo dnf remove wf-config

wf-config Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/6abd4016013731125f5afa0062797d76389742
/usr/lib/libwf-config.so.0.7.1
/usr/lib/libwf-config.so.1
/usr/share/licenses/wf-config
/usr/share/licenses/wf-config/LICENSE

References

Summary

In this tutorial we learn how to install wf-config on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/af /usr/lib/.build-id/af/d88b052e4dc615496b8d0576f7d1eb8e9b68ad /usr/lib64/libwf-config.so.0.7.1 /usr/lib64/libwf-config.so.1 /usr/share/licenses/wf-config /usr/share/licenses/wf-config/LICENSE


## References

* [wf-config website](https://github.com/WayfireWM/wf-config)

## Summary

In this tutorial we learn how to install `wf-config` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).