< Home - < Back

clpbar


Information about the package, clpbar, which is shipped with common Linux distributions. The clpbar package is designed for, Show information about a data transfer.


Package Name:

clpbar

Summary:

Show information about a data transfer

Description:

Bar is a simple tool to process a stream of data and print a display for the user on stderr showing (a) the amount of data passed, (b) the throughput of the data transfer, and, if the total size of the data stream is known, (c) estimated time remaining, percent complete, and a progress bar. Bar was originally written for the purpose of estimating the amount of time needed to transfer large amounts (many, many gigabytes) of data across a network. (Usually in an SSH/tar pipe.)

Architecture:

x86_64

Version:

1.10.9

Release:

3.el6

Size:

46 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for clpbar


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


Command

Description of Command

yum install clpbar

This command will install clpbar on the server.

yum remove clpbar

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

yum -y remove clpbar

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

yum update clpbar

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

yum -y update clpbar

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

yum info clpbar

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

yum deplist clpbar

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

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