Hello,
I was wondering whether the kernel source in this case is completely installed or only to 50%. ( See below).
$ su -c "rpm -ihv kernel-*"
Password:
Preparing... ########################################### [100%]
1:kernel-source ########################################### [ 50%]
2:kernel ########################################### [100%]
Thanks,
Julien
It's 100% when you install multiple RPMs the number at the end is the cumulative percentage of the whole thing... so if you installed 3 packages, you'd get 33, 67 and 100% :)
Not the most obvious of UI decisions I know.
John S.