< Home - < Back

ptlib


Information about the package, ptlib, which is shipped with common Linux distributions. The ptlib package is designed for, Portable Tools Library.


Package Name:

ptlib

Summary:

Portable Tools Library

Description:

PTLib (Portable Tools Library) is a moderately large class library that has it's genesis many years ago as PWLib (portable Windows Library), a method to product applications to run on both Microsoft Windows and Unix systems. It has also been ported to other systems such as Mac OSX, VxWorks and other embedded systems. It is supplied mainly to support the OPAL project, but that shouldn't stop you from using it in whatever project you have in mind if you so desire.

Architecture:

x86_64

Version:

2.6.5

Release:

5.el6

Size:

992 k

Repository:

base

From Repository:

Licence:

MPLv1.0



Handy Yum Commands for ptlib


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


Command

Description of Command

yum install ptlib

This command will install ptlib on the server.

yum remove ptlib

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

yum -y remove ptlib

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

yum update ptlib

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

yum -y update ptlib

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

yum info ptlib

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

yum deplist ptlib

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

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