< Home - < Back

ipplan


Information about the package, ipplan, which is shipped with common Linux distributions. The ipplan package is designed for, Web-based IP address manager and tracker.


Package Name:

ipplan

Summary:

Web-based IP address manager and tracker

Description:

IPplan is an administrative tool for ISPs and network service companies. It goes beyond IP address management to provide DNS administration, configuration file management, circuit management and storing of hardware information, all customizable via templates. IPplan can handle a single network or cater for multiple networks and customers with overlapping address space. Making managing IP addresses and address spaces simple and easy. It is written in PHP and requires a MySQL or PostgresSQL database.

Architecture:

noarch

Version:

4.92

Release:

5.b.el6

Size:

532 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for ipplan


Control the ipplan package with the following handy commands outlined below.


Command

Description of Command

yum install ipplan

This command will install ipplan on the server.

yum remove ipplan

This command will un-install ipplan on the server. When you run this command, you will be asked if you are sure that you want to remove ipplan, so you have to manually confirm that you want to do this.

yum -y remove ipplan

This command will un-install ipplan 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 ipplan when using the -y flag.

yum update ipplan

This command will update ipplan to the latest version. When you run this command, you will be asked if you are sure that you want to remove ipplan, so you have to manually confirm that you want to do this.

yum -y update ipplan

This command will update ipplan 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 ipplan when using the -y flag.

yum info ipplan

This command will show you core information about the ipplan package.

yum deplist ipplan

This command will show you the dependencies for ipplan. 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 ipplan

This command will check if there is an update waiting on ipplan. 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.