• 1 Post
  • 1.17K Comments
Joined 1 year ago
cake
Cake day: February 17th, 2024

help-circle










  • catloaf@lemm.eetoLinux@lemmy.mlUpdate one at a time w/ 'update'/'upgrade'
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    13 days ago

    It doesn’t really make sense to do that. Even if you do resolve dependencies to identify which one needs to come first, you’re still going to need to take manual action to download and install subsequent packages.

    You should probably see if you can increase the timeout and number of retries, or just set it to run with --download-only (or whatever the dnf equivalent is) in a loop until it succeeds. Then you can run the actual install all in one go from the download cache.