I'm trying to install Pipe Viewer on a CentOS 6.2 minimal system.
When I run:
yum install pv
I get:
* base: mirror.thelinuxfix.com
* extras: mirror.atlanticmetro.net
* updates: ftp.usf.edu
No package pv available.
Error: Nothing to do
Do I need to add another repo? If so, which one and how do I add it?
The
pv
package is available from the RPMForge repository. Follow the instructions at that link to install it.You could also download and install the package a la carte - See the RPM search engine, rpm.pbone.net:
Here's the
pv
package page.You have to
yum search epel
, install it, thenyum install pv
.Here is a working url (previous ones are no more):
http://mirror.airenetworks.es/epel/6/x86_64/Packages/p/pv-1.1.4-3.el6.x86_64.rpm
or
http://mirror.airenetworks.es/epel/7/x86_64/Packages/p/pv-1.4.6-1.el7.x86_64.rpm