< Home - < Back

beakerlib


Information about the package, beakerlib, which is shipped with common Linux distributions. The beakerlib package is designed for, A shell-level integration testing library.


Package Name:

beakerlib

Summary:

A shell-level integration testing library

Description:

The BeakerLib project means to provide a library of various helpers, which could be used when writing operating system level integration tests.

Architecture:

noarch

Version:

1.17

Release:

14.el6

Size:

149 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for beakerlib


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


Command

Description of Command

yum install beakerlib

This command will install beakerlib on the server.

yum remove beakerlib

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

yum -y remove beakerlib

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

yum update beakerlib

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

yum -y update beakerlib

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

yum info beakerlib

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

yum deplist beakerlib

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

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