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

Last updated: October 05,2024

1. Install "ant-antunit.noarch" package

Here is a brief guide to show you how to install ant-antunit.noarch on Fedora 35

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

2. Uninstall "ant-antunit.noarch" package

Please follow the instructions below to uninstall ant-antunit.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:28:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ant-antunit
Version : 1.4.1
Release : 2.fc35
Architecture : noarch
Size : 67 k
Source : ant-antunit-1.4.1-2.fc35.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.