< Home - < Back

python-iniparse


Information about the package, python-iniparse, which is shipped with common Linux distributions. The python-iniparse package is designed for, Python Module for Accessing and Modifying Configuration Data in.


Package Name:

python-iniparse

Summary:

Python Module for Accessing and Modifying Configuration Data in

Description:

iniparse is an INI parser for Python which is API compatible with the standard library's ConfigParser, preserves structure of INI files (order of sections & options, indentation, comments, and blank lines are preserved when data is updated), and is more convenient to use.

Architecture:

noarch

Version:

0.3.1

Release:

2.1.el6

Size:

107 k

Repository:

installed

From Repository:

anaconda-CentOS-201303020151.x86_64

Licence:

MIT



Handy Yum Commands for python-iniparse


Control the python-iniparse package with the following handy commands outlined below.


Command

Description of Command

yum install python-iniparse

This command will install python-iniparse on the server.

yum remove python-iniparse

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

yum -y remove python-iniparse

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

yum update python-iniparse

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

yum -y update python-iniparse

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

yum info python-iniparse

This command will show you core information about the python-iniparse package.

yum deplist python-iniparse

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

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