How To Install linenoise on Fedora 36
Introduction
In this tutorial we learn how to install linenoise on Fedora 36.
What is linenoise
Linenoise is a replacement for the readline line-editing library with the goal of being smaller.
We can use yum or dnf to install linenoise on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install linenoise.
Install linenoise 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 linenoise using dnf by running the following command:
sudo dnf -y install linenoise
Install linenoise 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 linenoise using yum by running the following command:
sudo yum -y install linenoise
How To Uninstall linenoise on Fedora 36
To uninstall only the linenoise package we can use the following command:
sudo dnf remove linenoise
linenoise Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/323bd26798dbebf9e9b355cf39201df10c3e3d
/usr/lib64/liblinenoise.so.0
/usr/lib64/liblinenoise.so.0.0.0
/usr/share/doc/linenoise
/usr/share/doc/linenoise/README.markdown
/usr/share/licenses/linenoise
/usr/share/licenses/linenoise/LICENSE
References
Summary
In this tutorial we learn how to install linenoise on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install linenoise on Fedora 36” linkTitle: “linenoise” type: “docs” description: “In this tutorial we learn how to install linenoise in Fedora 36. linenoise is Minimal replacement for readline” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/linenoise-featured.png
Introduction
In this tutorial we learn how to install linenoise on Fedora 36.
What is linenoise
Linenoise is a replacement for the readline line-editing library with the goal of being smaller.
We can use yum or dnf to install linenoise on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install linenoise.
Install linenoise 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 linenoise using dnf by running the following command:
sudo dnf -y install linenoise
Install linenoise 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 linenoise using yum by running the following command:
sudo yum -y install linenoise
How To Uninstall linenoise on Fedora 36
To uninstall only the linenoise package we can use the following command:
sudo dnf remove linenoise
linenoise Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/ef9a6345d51e0db0e17b4c1e074ec00f141f4b
/usr/lib/liblinenoise.so.0
/usr/lib/liblinenoise.so.0.0.0
/usr/share/doc/linenoise
/usr/share/doc/linenoise/README.markdown
/usr/share/licenses/linenoise
/usr/share/licenses/linenoise/LICENSE
References
Summary
In this tutorial we learn how to install linenoise on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).