How To Install editline on Fedora 36
Introduction
In this tutorial we learn how to install editline
on Fedora 36.
What is editline
This is a line editing library for UNIX. It can be linked into almost any program to provide command line editing and history. It is call compatible with the FSF readline library, but is a fraction of the size (and offers fewer features).
We can use yum
or dnf
to install editline
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install editline.
Install editline 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 editline
using dnf
by running the following command:
sudo dnf -y install editline
Install editline 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 editline
using yum
by running the following command:
title: “How To Install editline on Fedora 36”
linkTitle: "editline"
sudo yum -y install editline
type: "docs"
How To Uninstall editline on Fedora 36
description: “In this tutorial we learn how to install editline in Fedora 36. editline is A small compatible replacement for readline”
date: “2022-08-17”
lastmod: “2022-08-17”
To uninstall only the editline
package we can use the following command:
#image: /images/fedora/36/editline-featured.png
---
sudo dnf remove editline
Introduction
editline Package Contents on Fedora 36
In this tutorial we learn how to install editline
on Fedora 36.
### What is `editline`
> This is a line editing library for UNIX. It can be linked into almost any program to provide command line editing and history. It is call compatible with the FSF readline library, but is a fraction of the size (and offers fewer features).
We can use `yum` or `dnf` to install `editline` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install editline.
## Install editline 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 editline
using dnf
by running the following command:
sudo dnf -y install editline
Install editline 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 editline
using yum
by running the following command:
sudo yum -y install editline
How To Uninstall editline on Fedora 36
To uninstall only the editline
package we can use the following command:
sudo dnf remove editline
editline Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/91
/usr/lib/.build-id/91/d815b5838c76219f8fa83fc9242db9a8d3bcc7
/usr/lib/libeditline.so.1
/usr/lib/libeditline.so.1.0.2
/usr/share/licenses/editline
/usr/share/licenses/editline/LICENSE
References
Summary
In this tutorial we learn how to install editline
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/dcce4bc98b8ea1575691878158a46f1260e4ab /usr/lib64/libeditline.so.1 /usr/lib64/libeditline.so.1.0.2 /usr/share/licenses/editline /usr/share/licenses/editline/LICENSE
## References
* [editline website](https://troglobit.com/projects/editline/)
## Summary
In this tutorial we learn how to install `editline` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).