Information about the package, boost-test, which is shipped with common Linux distributions. The boost-test package is designed for, Runtime component of boost test library.
Package Name:
boost-test
Summary:
Runtime component of boost test library
Description:
Runtime support for simple program testing, full unit testing, and for program execution monitoring.
Architecture:
x86_64
Version:
1.41.0
Release:
28.el6
Size:
392 k
Repository:
base
From Repository:
Licence:
Boost
Control the boost-test package with the following handy commands outlined below.
yum install boost-test
This command will install boost-test on the server.
yum remove boost-test
This command will un-install boost-test on the server. When you run this command, you will be asked if you are sure that you want to remove boost-test, so you have to manually confirm that you want to do this.
yum -y remove boost-test
This command will un-install boost-test 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 boost-test when using the -y flag.
yum update boost-test
This command will update boost-test to the latest version. When you run this command, you will be asked if you are sure that you want to remove boost-test, so you have to manually confirm that you want to do this.
yum -y update boost-test
This command will update boost-test 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 boost-test when using the -y flag.
yum info boost-test
This command will show you core information about the boost-test package.
yum deplist boost-test
This command will show you the dependencies for boost-test. 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 boost-test
This command will check if there is an update waiting on boost-test. 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.