How to Install and Uninstall nant.x86_64 Package on AlmaLinux 8

Last updated: May 18,2024

1. Install "nant.x86_64" package

Please follow the guidance below to install nant.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install nant.x86_64

2. Uninstall "nant.x86_64" package

This guide covers the steps necessary to uninstall nant.x86_64 on AlmaLinux 8:

$ sudo dnf remove nant.x86_64 $ sudo dnf autoremove

3. Information about the nant.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:03:10 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : nant
Epoch : 1
Version : 0.92
Release : 25.el8
Architecture : x86_64
Size : 610 k
Source : nant-0.92-25.el8.src.rpm
Repository : epel
Summary : NAnt is a build tool for Mono and .NET
URL : http://nant.sourceforge.net/
License : GPLv2+
Description : 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.