How to Install and Uninstall ant-antunit.noarch Package on Fedora 34

Last updated: October 07,2024

1. Install "ant-antunit.noarch" package

In this section, we are going to explain the necessary steps to install ant-antunit.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install ant-antunit.noarch

2. Uninstall "ant-antunit.noarch" package

Please follow the steps below to uninstall ant-antunit.noarch on Fedora 34:

$ sudo dnf remove ant-antunit.noarch $ sudo dnf autoremove

3. Information about the ant-antunit.noarch package on Fedora 34

Last metadata expiration check: 3:19:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ant-antunit
Version : 1.4.1
Release : 2.fc34
Architecture : noarch
Size : 67 k
Source : ant-antunit-1.4.1-2.fc34.src.rpm
Repository : updates
Summary : Unit Test Framework for Ant Tasks
URL : https://ant.apache.org/antlibs/antunit
License : ASL 2.0
Description : This library contains tasks that enables Ant task developers to test their tasks
: with Ant and without JUnit. It contains a few assertion tasks and an antunit
: task that runs build files instead of test classes and is modelled after the
: JUnit task.