< Home - < Back

maloc


Information about the package, maloc, which is shipped with common Linux distributions. The maloc package is designed for, Minimal Abstraction Layer for Object-oriented C.


Package Name:

maloc

Summary:

Minimal Abstraction Layer for Object-oriented C

Description:

MALOC is a small, portable, abstract C environment library for object-oriented C programming. MALOC is used as the foundation layer for a number of scientific applications, including MC, SG, and APBS. MALOC can be used as a small stand-alone abstraction environment for writing portable C programs which need access to resources which are typically architecture-dependent, such as INET sockets, timing routines, and so on. MALOC provides abstract datatypes, memory management routines, timing routines, machine epsilon, access to UNIX and INET sockets, MPI, and so on. All things that can vary from one architecture to another are abstracted out of an application code and placed in MALOC.

Architecture:

x86_64

Version:

0.2

Release:

4.el6

Size:

54 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for maloc


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


Command

Description of Command

yum install maloc

This command will install maloc on the server.

yum remove maloc

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

yum -y remove maloc

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

yum update maloc

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

yum -y update maloc

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

yum info maloc

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

yum deplist maloc

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

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