Install python-progress bar

Hi,

i want to use GCP (an enhanced version of cp which shows progress and speed)

I managed to install gcp fine (which is about the limits of my linux command line knowledge) , but it doesnt show the progress bar (presumably because python progress bar isnt installed). when i try to install that i get:

`
[root@rockstor yum.repos.d]# yum install python-progressbar
Loaded plugins: changelog, fastestmirror
Loading mirror speeds from cached hostfile
 * base: repo.bigstepcloud.com
 * epel: mirror.kinamo.be
 * extras: mirrors.melbourne.co.uk
 * updates: centos.hyve.com
Resolving Dependencies
--> Running transaction check
---> Package python-progressbar.noarch 0:2.3-7.7 will be installed
--> Processing Dependency: python(abi) = 2.6 for package: python-progressbar-2.3-7.7.noarch
--> Finished Dependency Resolution
Error: Package: python-progressbar-2.3-7.7.noarch (utilities)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-18.el7_1.1.x86_64 (@anaconda/3)
               python(abi) = 2.7
               python(abi) = 2.7
           Available: python34-3.4.3-4.el7.x86_64 (epel)
               python(abi) = 3.4
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@rockstor yum.repos.d]#

What is my next step?

Error: Package: python-progressbar-2.3-7.7.noarch (utilities)
Requires: python(abi) = 2.6
Installed: python-2.7.5-18.el7_1.1.x86_64 (@anaconda/3)
this says it all

yeah, i can read…

i just couldnt figure out how to install python 2.6…

in the end i have found an alternative solution

I didn’t mean it like that, just letting you know the answer was right in front of you. Cheers

You can compile from source and install into /opt but there don’t appear to be any packages for 2.6 on Cent anymore.

Otherwise Midnight Commander still works pretty well and has a progress bar or there is rsync -aP

yeah i found midnight commander,

while looking i found loads of discussions online about using PV and all sorts… then CV to monitor the CP… and finally in passsing one thread i found mentioned midnight commander, which does exactly what i wanted!

thanks :slight_smile: