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?