How to Install and Uninstall ant Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "ant" package

In this section, we are going to explain the necessary steps to install ant on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ant

2. Uninstall "ant" package

Please follow the guidance below to uninstall ant on openSuSE Tumbleweed:

$ sudo zypper remove ant

3. Information about the ant package on openSuSE Tumbleweed

Information for package ant:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ant
Version : 1.10.14-4.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : ant-1.10.14-4.1.src
Upstream URL : https://ant.apache.org/
Summary : Java-based build tool
Description :
Apache Ant is a Java-based build tool. In theory, it is kind of like
Make. Build description files are written in XML.