< Home - < Back

latex2html


Information about the package, latex2html, which is shipped with common Linux distributions. The latex2html package is designed for, Converts LaTeX documents to HTML.


Package Name:

latex2html

Summary:

Converts LaTeX documents to HTML

Description:

LATEX2HTML is a converter written in Perl that converts LATEX documents to HTML. This way e.g. scientific papers - primarily typeset for printing - can be put on the Web for online viewing. LATEX2HTML does also a good job in rapid web site deployment. These pages are generated from a single LATEX source.

Architecture:

noarch

Version:

2008

Release:

4.el6

Size:

1.3 M

Repository:

base

From Repository:

Licence:

GPLv2+



Handy Yum Commands for latex2html


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


Command

Description of Command

yum install latex2html

This command will install latex2html on the server.

yum remove latex2html

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

yum -y remove latex2html

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

yum update latex2html

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

yum -y update latex2html

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

yum info latex2html

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

yum deplist latex2html

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

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