Updating & upgrading - OneCDOnly/sherpa GitHub Wiki

Static Badge

  • When packages are available for upgrade, you'll see a notification like this:

screenshot of upgrade notification

  • To upgrade one-or-more packages, use the upgrade action followed by the package names. Example: to upgrade Medusa and NZBGet:
sherpa upgrade medusa nzbget
  • To upgrade all upgradable packages, use the upgrade action followed by the upgradable package group. Example:
sherpa upgrade upgradable

... or, use the even shorter:

sherpa upgrade new

... it does the same thing.

  • To upgrade all installed packages (and the packaged applications), use the upgrade action with the all group. No-need to specify any packages with this one:
sherpa upgrade all

If your Python and/or Perl installation and modules require upgrading, this will occur automatically the next time you run a check operation:

sherpa check
  • Updating a packaged application is easy - just restart it via its App Center icon. Clicking 'stop' then 'start' will force an application update.