< Home - < Back

python2-publicsuffix


Information about the package, python2-publicsuffix, which is shipped with common Linux distributions. The python2-publicsuffix package is designed for, Get a public suffix for a domain name using the Public Suffix.


Package Name:

python2-publicsuffix

Summary:

Get a public suffix for a domain name using the Public Suffix

Description:

This module allows you to get the public suffix of a domain name using the Public Suffix List from http://publicsuffix.org A public suffix is one under which Internet users can directly register names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us. Accurately knowing the public suffix of a domain is useful when handling web browser cookies, highlighting the most important part of a domain name in a user interface or sorting URLs by web site. It’s up the user to provide this module with an appropriate version of the Public Suffix List. A convenience function is provided that downloads the most recent version available on http://publicsuffix.org

Architecture:

noarch

Version:

1.1.0

Release:

1.el6

Size:

61 k

Repository:

epel

From Repository:

Licence:

MIT and MPLv2.0



Handy Yum Commands for python2-publicsuffix


Control the python2-publicsuffix package with the following handy commands outlined below.


Command

Description of Command

yum install python2-publicsuffix

This command will install python2-publicsuffix on the server.

yum remove python2-publicsuffix

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

yum -y remove python2-publicsuffix

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

yum update python2-publicsuffix

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

yum -y update python2-publicsuffix

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

yum info python2-publicsuffix

This command will show you core information about the python2-publicsuffix package.

yum deplist python2-publicsuffix

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

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