< Home - < Back

kuipc


Information about the package, kuipc, which is shipped with common Linux distributions. The kuipc package is designed for, Cernlib's Kit for a User Interface Package (KUIP) compiler.


Package Name:

kuipc

Summary:

Cernlib's Kit for a User Interface Package (KUIP) compiler

Description:

KUIPC, the Kit for a User Interface Package Compiler, is a tool to simplify the writing of a program's user interface code. It takes as input a Command Definition File (CDF) that describes the commands to be understood by the program, and outputs C or FORTRAN code that makes the appropriate function calls to set up the user interface. This code can then be compiled and linked with the rest of the program. Since the generated code uses KUIP routines, the program must also be linked against the Packlib library that contains them.

Architecture:

x86_64

Version:

2006

Release:

35.el6

Size:

38 k

Repository:

epel

From Repository:

Licence:

GPL+ and LGPLv2+



Handy Yum Commands for kuipc


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


Command

Description of Command

yum install kuipc

This command will install kuipc on the server.

yum remove kuipc

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

yum -y remove kuipc

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

yum update kuipc

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

yum -y update kuipc

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

yum info kuipc

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

yum deplist kuipc

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

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