I would like to know if it's possible to capture download progress i.e percentage download complete shown by 'yum' while it's downloading a package. Capture, in the sense, could be to a text file or programatically using Java, for an instance, if I run the yum installer from Java.

I've tried yum install pkg_name > captured, but it captures the standard output only without the progress information.

I've also checked stderr, no result.

e.g.

Setting up Install Process Resolving Dependencies

--> Running transaction check

---> Package wget.i686 0:1.12-4.fc14 set to be installed

--> Finished Dependency Resolution

Dependencies Resolved

================================================================================ Package Arch Version Repository
Size

================================================================================

Installing: wget i686 1.12-4.fc14
updates 481 k

Transaction Summary

================================================================================ Install 1 Package(s)

Total download size: 481 k

Installed size: 1.8 M Downloading Packages:

Running rpm_check_debug

Running Transaction Test

Transaction Test Succeeded

Running Transaction

Installing : wget-1.12-4.fc14.i686
1/1

Installed:

wget.i686 0:1.12-4.fc14

Complete!

Along with the above info, I'd also like to the capture the progress part i.e percentage complete that is shown below the 'Downloading Packages:' label while downloading.

I'd also like to mention I don't use Python scripts.

link|improve this question

Duplicate question as stackoverflow.com/questions/8278443/… ? – BRPocock Nov 29 '11 at 23:10
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.