< Home - < Back

babeltrace


Information about the package, babeltrace, which is shipped with common Linux distributions. The babeltrace package is designed for, Trace Viewer and Converter, mainly for the Common Trace Format.


Package Name:

babeltrace

Summary:

Trace Viewer and Converter, mainly for the Common Trace Format

Description:

This project provides trace read and write libraries, as well as a trace converter. A plugin can be created for any trace format to allow its conversion to/from another trace format. The main format expected to be converted to/from is the Common Trace Format (CTF). See http://www.efficios.com/ctf.

Architecture:

x86_64

Version:

1.2.1

Release:

1.el6

Size:

39 k

Repository:

epel

From Repository:

Licence:

MIT and GPLv2



Handy Yum Commands for babeltrace


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


Command

Description of Command

yum install babeltrace

This command will install babeltrace on the server.

yum remove babeltrace

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

yum -y remove babeltrace

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

yum update babeltrace

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

yum -y update babeltrace

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

yum info babeltrace

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

yum deplist babeltrace

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

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