How To Install nodejs-linefix on Fedora 36
Introduction
In this tutorial we learn how to install nodejs-linefix on Fedora 36.
What is nodejs-linefix
Recursively repair line endings
We can use yum or dnf to install nodejs-linefix on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nodejs-linefix.
Install nodejs-linefix 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 nodejs-linefix using dnf by running the following command:
sudo dnf -y install nodejs-linefix
Install nodejs-linefix 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 nodejs-linefix using yum by running the following command:
sudo yum -y install nodejs-linefix
How To Uninstall nodejs-linefix on Fedora 36
To uninstall only the nodejs-linefix package we can use the following command:
sudo dnf remove nodejs-linefix
nodejs-linefix Package Contents on Fedora 36
/usr/bin/linefix
/usr/lib/node_modules/linefix
/usr/lib/node_modules/linefix/bin
/usr/lib/node_modules/linefix/bin/fix.js
/usr/lib/node_modules/linefix/package.json
/usr/share/doc/nodejs-linefix
/usr/share/doc/nodejs-linefix/README.md
/usr/share/licenses/nodejs-linefix
/usr/share/licenses/nodejs-linefix/LICENSE.txt
References
Summary
In this tutorial we learn how to install nodejs-linefix on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).