How To Install nled on Fedora 36
In this tutorial we learn how to install nled in Fedora 36. nled is Nifty Little EDitor
Introduction
In this tutorial we learn how to install nled on Fedora 36.
What is nled
Nled is a easy to use, curses-based text editor.
We can use yum or dnf to install nled on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nled.
Install nled 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 nled using dnf by running the following command:
sudo dnf -y install nled
Install nled 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 nled using yum by running the following command:
sudo yum -y install nled
How To Uninstall nled on Fedora 36
To uninstall only the nled package we can use the following command:
sudo dnf remove nled
nled Package Contents on Fedora 36
/usr/bin/nled
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/f935397b4168f2773afae59c600c2a0f1c0c44
/usr/share/doc/nled
/usr/share/doc/nled/nled.txt
References
Summary
In this tutorial we learn how to install nled on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).