< Home - < Back

gpp4


Information about the package, gpp4, which is shipped with common Linux distributions. The gpp4 package is designed for, Library providing specific CCP4 functionality.


Package Name:

gpp4

Summary:

Library providing specific CCP4 functionality

Description:

The CCP4 software suite is based around a library of routines which cover common tasks, such as file opening, parsing keyworded input, reading and writing of standard data formats, applying symmetry operations, etc. Programs in the suite call these routines which, as well as saving the programmer some effort, ensure that the varied programs in the suite have a similar look-and-feel. The library contains several subcomponents: * CMTZ library -- Contains a variety of functions for manipulating the data structure, for example adding crystals, datasets or columns. The data structure can be dumped to an output MTZ data file. * CMAP library -- Functions defining the C-level API for accessing CCP4 map files. * CSYM library -- a collection of functions centred around a data file syminfo.lib which is auto-generated from sgtbx (the Space Group Toolbox of cctbx). * CCP4 utility library -- many utility functions which either give specific CCP4 or platform independent functionality. * CCP4 Parser library -- provides CCP4-style parsing, as used for processing keywords of CCP4 programs, MTZ header records, etc. * CCP4 resizable arrays -- defines an object and methods which looks just like a simple C array, but can be resized at will without incurring excessive overheads. This package contains the shared library components needed for programs that have been compiled with the gpp4 library.

Architecture:

x86_64

Version:

1.2.0

Release:

2.20090916bzr58.el6

Size:

239 k

Repository:

epel

From Repository:

Licence:

LGPLv2



Handy Yum Commands for gpp4


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


Command

Description of Command

yum install gpp4

This command will install gpp4 on the server.

yum remove gpp4

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

yum -y remove gpp4

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

yum update gpp4

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

yum -y update gpp4

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

yum info gpp4

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

yum deplist gpp4

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

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