How To Install nuget on Fedora 36
Introduction
In this tutorial we learn how to install nuget
on Fedora 36.
What is nuget
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.
We can use yum
or dnf
to install nuget
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nuget.
Install nuget 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 nuget
using dnf
by running the following command:
sudo dnf -y install nuget
Install nuget 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 nuget
using yum
by running the following command:
sudo yum -y install nuget
How To Uninstall nuget on Fedora 36
To uninstall only the nuget
package we can use the following command:
sudo dnf remove nuget
nuget Package Contents on Fedora 36
/usr/bin/nuget
/usr/lib/mono/nuget
/usr/lib/mono/nuget/Microsoft.Web.XmlTransform.dll
/usr/lib/mono/nuget/NuGet.Core.dll
/usr/lib/mono/nuget/NuGet.exe
/usr/share/licenses/nuget
/usr/share/licenses/nuget/LICENSE.txt
References
Summary
In this tutorial we learn how to install nuget
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nuget on Fedora 36” linkTitle: “nuget” type: “docs” description: “In this tutorial we learn how to install nuget in Fedora 36. nuget is Package manager for .Net/Mono development platform” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nuget-featured.png
Introduction
In this tutorial we learn how to install nuget
on Fedora 36.
What is nuget
NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.
We can use yum
or dnf
to install nuget
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nuget.
Install nuget 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 nuget
using dnf
by running the following command:
sudo dnf -y install nuget
Install nuget 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 nuget
using yum
by running the following command:
sudo yum -y install nuget
How To Uninstall nuget on Fedora 36
To uninstall only the nuget
package we can use the following command:
sudo dnf remove nuget
nuget Package Contents on Fedora 36
/usr/bin/nuget
/usr/lib/mono/nuget
/usr/lib/mono/nuget/Microsoft.Web.XmlTransform.dll
/usr/lib/mono/nuget/NuGet.Core.dll
/usr/lib/mono/nuget/NuGet.exe
/usr/share/licenses/nuget
/usr/share/licenses/nuget/LICENSE.txt
References
Summary
In this tutorial we learn how to install nuget
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).