How To Install rudeconfig on Fedora 36
Introduction
In this tutorial we learn how to install rudeconfig on Fedora 36.
What is rudeconfig
rudeconfig is a library that allows applications to read, modify and create configuration/.ini files.
We can use yum or dnf to install rudeconfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rudeconfig.
Install rudeconfig 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 rudeconfig using dnf by running the following command:
sudo dnf -y install rudeconfig
Install rudeconfig 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 rudeconfig using yum by running the following command:
sudo yum -y install rudeconfig
How To Uninstall rudeconfig on Fedora 36
To uninstall only the rudeconfig package we can use the following command:
sudo dnf remove rudeconfig
rudeconfig Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/d6d4eabfdbe745a604ddff464911a654ddccde
/usr/lib64/librudeconfig.so.3
/usr/lib64/librudeconfig.so.3.2.1
/usr/share/doc/rudeconfig
/usr/share/doc/rudeconfig/AUTHORS
/usr/share/doc/rudeconfig/ChangeLog
/usr/share/doc/rudeconfig/NEWS
/usr/share/doc/rudeconfig/README
/usr/share/licenses/rudeconfig
/usr/share/licenses/rudeconfig/COPYING
References
Summary
In this tutorial we learn how to install rudeconfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install rudeconfig on Fedora 36” linkTitle: “rudeconfig” type: “docs” description: “In this tutorial we learn how to install rudeconfig in Fedora 36. rudeconfig is Library (C++ API) for reading and writing configuration/.ini files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/rudeconfig-featured.png
Introduction
In this tutorial we learn how to install rudeconfig on Fedora 36.
What is rudeconfig
rudeconfig is a library that allows applications to read, modify and create configuration/.ini files.
We can use yum or dnf to install rudeconfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rudeconfig.
Install rudeconfig 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 rudeconfig using dnf by running the following command:
sudo dnf -y install rudeconfig
Install rudeconfig 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 rudeconfig using yum by running the following command:
sudo yum -y install rudeconfig
How To Uninstall rudeconfig on Fedora 36
To uninstall only the rudeconfig package we can use the following command:
sudo dnf remove rudeconfig
rudeconfig Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/16addefcb0f9b6cc1df6dcf78ff2a283815ce5
/usr/lib/librudeconfig.so.3
/usr/lib/librudeconfig.so.3.2.1
/usr/share/doc/rudeconfig
/usr/share/doc/rudeconfig/AUTHORS
/usr/share/doc/rudeconfig/ChangeLog
/usr/share/doc/rudeconfig/NEWS
/usr/share/doc/rudeconfig/README
/usr/share/licenses/rudeconfig
/usr/share/licenses/rudeconfig/COPYING
References
Summary
In this tutorial we learn how to install rudeconfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).