< Home - < Back

python-mozinfo


Information about the package, python-mozinfo, which is shipped with common Linux distributions. The python-mozinfo package is designed for, Interface to transform system information to a format palatable to.


Package Name:

python-mozinfo

Summary:

Interface to transform system information to a format palatable to

Description:

Throughout Mozilla Python code, checking the underlying platform is done in many different ways. The various checks needed lead to a lot of copy and pasting, leaving the reader to wonder....is this specific check necessary for (e.g.) an operating system? Because information is not consolidated, checks are not done consistently, nor is it defined what we are checking for. MozInfo proposes to solve this problem. MozInfo is a bridge interface, making the underlying (complex) plethora of OS and architecture combinations conform to a subset of values of relevance to Mozilla software. The current implementation exposes relevant key, values: `os`, `version`, `bits`, and `processor`.

Architecture:

noarch

Version:

0

Release:

0.3.gitb077641.el6

Size:

13 k

Repository:

epel

From Repository:

Licence:

MPLv1.1 or GPLv2+ or LGPLv2+



Handy Yum Commands for python-mozinfo


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


Command

Description of Command

yum install python-mozinfo

This command will install python-mozinfo on the server.

yum remove python-mozinfo

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

yum -y remove python-mozinfo

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

yum update python-mozinfo

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

yum -y update python-mozinfo

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

yum info python-mozinfo

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

yum deplist python-mozinfo

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

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