< Home - < Back

pcllib


Information about the package, pcllib, which is shipped with common Linux distributions. The pcllib package is designed for, Portable Coroutine Library (PCL).


Package Name:

pcllib

Summary:

Portable Coroutine Library (PCL)

Description:

The Portable Co-routine Library (PCL) implements the low level functionality for co-routines in C. Co-routines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call. Co-routines are a lot faster and require much less OS resources than processes or threads.

Architecture:

x86_64

Version:

1.12

Release:

1.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for pcllib


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


Command

Description of Command

yum install pcllib

This command will install pcllib on the server.

yum remove pcllib

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

yum -y remove pcllib

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

yum update pcllib

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

yum -y update pcllib

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

yum info pcllib

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

yum deplist pcllib

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

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