How To Install nant on Fedora 34
Introduction
In this tutorial we learn how to install nant
on Fedora 34.
What is nant
NAnt is a free .NET build tool. In theory it is kind of like make without make’s wrinkles. In practice it’s a lot like Ant.
We can use yum
or dnf
to install nant
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install nant.
Install nant on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install nant
using dnf
by running the following command:
Install nant on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install nant
using yum
by running the following command:
How To Uninstall nant on Fedora 34
To uninstall only the nant
package we can use the following command:
nant Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install nant
on Fedora 34 using yum and dnf.