How To Install editorconfig-libs on Fedora 36

In this tutorial we learn how to install editorconfig-libs in Fedora 36. editorconfig-libs is Parser library for EditorConfig files (shared library)

Introduction

In this tutorial we learn how to install editorconfig-libs on Fedora 36.

What is editorconfig-libs

EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. This package contains the shared library.

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

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

sudo dnf -y install editorconfig-libs

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

sudo yum -y install editorconfig-libs

How To Uninstall editorconfig-libs on Fedora 36

To uninstall only the editorconfig-libs package we can use the following command:

sudo dnf remove editorconfig-libs

editorconfig-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/79f3bc98ce3a1048ae492a1e87d176e15d3450
/usr/lib/libeditorconfig.so.0
/usr/lib/libeditorconfig.so.0.12.5
/usr/share/doc/editorconfig-libs
/usr/share/doc/editorconfig-libs/README.md
/usr/share/licenses/editorconfig-libs
/usr/share/licenses/editorconfig-libs/LICENSE
/usr/share/man/man3/editorconfig.h.3.gz
/usr/share/man/man3/editorconfig_handle.h.3.gz
/usr/share/man/man5/editorconfig-format.5.gz

References

Summary

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


title: “How To Install editorconfig-libs on Fedora 36” linkTitle: “editorconfig-libs” type: “docs” description: “In this tutorial we learn how to install editorconfig-libs in Fedora 36. editorconfig-libs is Parser library for EditorConfig files (shared library)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/editorconfig-libs-featured.png

Introduction

In this tutorial we learn how to install editorconfig-libs on Fedora 36.

What is editorconfig-libs

EditorConfig makes it easy to maintain the correct coding style when switching between different text editors and between different projects. The EditorConfig project maintains a file format and plugins for various text editors which allow this file format to be read and used by those editors. This package contains the shared library.

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

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

sudo dnf -y install editorconfig-libs

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

sudo yum -y install editorconfig-libs

How To Uninstall editorconfig-libs on Fedora 36

To uninstall only the editorconfig-libs package we can use the following command:

sudo dnf remove editorconfig-libs

editorconfig-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/59b58f065108e055bfda140fda078335ab5ca1
/usr/lib64/libeditorconfig.so.0
/usr/lib64/libeditorconfig.so.0.12.5
/usr/share/doc/editorconfig-libs
/usr/share/doc/editorconfig-libs/README.md
/usr/share/licenses/editorconfig-libs
/usr/share/licenses/editorconfig-libs/LICENSE
/usr/share/man/man3/editorconfig.h.3.gz
/usr/share/man/man3/editorconfig_handle.h.3.gz
/usr/share/man/man5/editorconfig-format.5.gz

References

Summary

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