You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS /home/rokejulianlockhart> sudo zypper install https://github.com/mucommander/mucommander/releases/download/nightly/mucommander-snapshot.x86_64.rpm
[sudo] password for root:
and
[sudo] password for root:
Loading repository data...
was about a minute. I thought that zypper had hung.
Luckily, zypper already uses progress indication code almost everywhere, so adding it to this process shouldn't be difficult.
The text was updated successfully, but these errors were encountered:
RokeJulianLockhart
changed the title
No download progress indicator when installing RPM via HTTP(S).
No download progress indicator (when installing RPM via external URI).
May 26, 2023
I also feel the need for it sometimes when the dynamically assigned mirror is not fast enough and zypper take more than 5 minutes not having progress makes it hard to decide one should wait or go with --no-refresh flag. Yast has progress of how much metedata of a repo is downloaded in progress bar.
As during package downloading the progress bar has that info i would be nice to have it also for repos auto refresh .
Between
and
was about a minute. I thought that
zypper
had hung.Luckily,
zypper
already uses progress indication code almost everywhere, so adding it to this process shouldn't be difficult.The text was updated successfully, but these errors were encountered: