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
Currently, zopen upgrade with no operands runs through the repository in alphabetical order. If a new version of meta is available, zopen will upgrade it, then starts the process over. This wastes time and processing resources.
By checking and upgrading meta first, other packages which alphabetically come before meta will be compared against the most recent metadata, rather than an older version, and double installs during processing are avoided.
The text was updated successfully, but these errors were encountered:
Currently,
zopen upgrade
with no operands runs through the repository in alphabetical order. If a new version ofmeta
is available, zopen will upgrade it, then starts the process over. This wastes time and processing resources.By checking and upgrading
meta
first, other packages which alphabetically come beforemeta
will be compared against the most recent metadata, rather than an older version, and double installs during processing are avoided.The text was updated successfully, but these errors were encountered: