Information about the package, apache-ivy, which is shipped with common Linux distributions. The apache-ivy package is designed for, Java-based dependency manager.
Package Name:
apache-ivy
Summary:
Java-based dependency manager
Description:
Apache Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies. It is designed as process agnostic and is not tied to any methodology or structure. while available as a standalone tool, Apache Ivy works particularly well with Apache Ant providing a number of powerful Ant tasks ranging from dependency resolution to dependency reporting and publication.
Architecture:
noarch
Version:
2.3.0
Release:
1.el6
Size:
1.1 M
Repository:
epel
From Repository:
Licence:
ASL 2.0
Control the apache-ivy package with the following handy commands outlined below.
yum install apache-ivy
This command will install apache-ivy on the server.
yum remove apache-ivy
This command will un-install apache-ivy on the server. When you run this command, you will be asked if you are sure that you want to remove apache-ivy, so you have to manually confirm that you want to do this.
yum -y remove apache-ivy
This command will un-install apache-ivy on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove apache-ivy when using the -y flag.
yum update apache-ivy
This command will update apache-ivy to the latest version. When you run this command, you will be asked if you are sure that you want to remove apache-ivy, so you have to manually confirm that you want to do this.
yum -y update apache-ivy
This command will update apache-ivy to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove apache-ivy when using the -y flag.
yum info apache-ivy
This command will show you core information about the apache-ivy package.
yum deplist apache-ivy
This command will show you the dependencies for apache-ivy. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update apache-ivy
This command will check if there is an update waiting on apache-ivy. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.