< Home - < Back

cpphs


Information about the package, cpphs, which is shipped with common Linux distributions. The cpphs package is designed for, A liberalised re-implementation of the C pre-processor.


Package Name:

cpphs

Summary:

A liberalised re-implementation of the C pre-processor

Description:

Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers. This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.

Architecture:

x86_64

Version:

1.14

Release:

3.el6

Size:

88 k

Repository:

epel

From Repository:

Licence:

GPL+ and LGPLv2+



Handy Yum Commands for cpphs


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


Command

Description of Command

yum install cpphs

This command will install cpphs on the server.

yum remove cpphs

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

yum -y remove cpphs

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

yum update cpphs

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

yum -y update cpphs

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

yum info cpphs

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

yum deplist cpphs

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

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