How To Install dotconf on Fedora 36
Introduction
In this tutorial we learn how to install dotconf
on Fedora 36.
What is dotconf
Dotconf is a library used to handle configuration files.
We can use yum
or dnf
to install dotconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dotconf.
Install dotconf 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 dotconf
using dnf
by running the following command:
sudo dnf -y install dotconf
Install dotconf 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 dotconf
using yum
by running the following command:
sudo yum -y install dotconf
How To Uninstall dotconf on Fedora 36
To uninstall only the dotconf
package we can use the following command:
sudo dnf remove dotconf
dotconf Package Contents on Fedora 36
---
title: "How To Install dotconf on Fedora 36"
linkTitle: "dotconf"
type: "docs"
description: "In this tutorial we learn how to install dotconf in Fedora 36. dotconf is Libraries to parse configuration files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/dotconf-featured.png
---
## Introduction
In this tutorial we learn how to install `dotconf` on Fedora 36.
### What is `dotconf`
> Dotconf is a library used to handle configuration files.
We can use `yum` or `dnf` to install `dotconf` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dotconf.
## Install dotconf 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 dotconf
using dnf
by running the following command:
sudo dnf -y install dotconf
Install dotconf 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 dotconf
using yum
by running the following command:
sudo yum -y install dotconf
How To Uninstall dotconf on Fedora 36
To uninstall only the dotconf
package we can use the following command:
sudo dnf remove dotconf
dotconf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/8a12732ed9a8730e03655d9ff3996a06136040
/usr/lib/libdotconf.so.0
/usr/lib/libdotconf.so.0.0.1
/usr/share/doc/dotconf
/usr/share/doc/dotconf/AUTHORS
/usr/share/doc/dotconf/README
/usr/share/licenses/dotconf
/usr/share/licenses/dotconf/COPYING
References
Summary
In this tutorial we learn how to install dotconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/b4c9ab14ec722823ae2ccb8e2d4c046b495630 /usr/lib64/libdotconf.so.0 /usr/lib64/libdotconf.so.0.0.1 /usr/share/doc/dotconf /usr/share/doc/dotconf/AUTHORS /usr/share/doc/dotconf/README /usr/share/licenses/dotconf /usr/share/licenses/dotconf/COPYING
## References
* [dotconf website](https://github.com/williamh/dotconf/)
## Summary
In this tutorial we learn how to install `dotconf` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).