< Home - < Back

python-markdown2


Information about the package, python-markdown2, which is shipped with common Linux distributions. The python-markdown2 package is designed for, A fast and complete Python implementation of Markdown.


Package Name:

python-markdown2

Summary:

A fast and complete Python implementation of Markdown

Description:

Markdown is a text-to-HTML filter; it translates an easy-to-read / easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, emphasis, code blocks, blockquotes, and links. This is a fast and complete Python implementation of the Markdown spec. For information about markdown itself, see http://daringfireball.net/projects/markdown/

Architecture:

noarch

Version:

1.4.2

Release:

2.el6

Size:

58 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-markdown2


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


Command

Description of Command

yum install python-markdown2

This command will install python-markdown2 on the server.

yum remove python-markdown2

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

yum -y remove python-markdown2

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

yum update python-markdown2

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

yum -y update python-markdown2

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

yum info python-markdown2

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

yum deplist python-markdown2

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

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