Version discrepancy

Hi, I’ m new to Snap, but I’m having some issues getting the latest version of Sabnzbd.

If I do ‘snap info sabnzbd’ it tells me v3.3.0 is installed:

name:      sabnzbd
summary:   SABnzbd
publisher: Safihre
store-url: https://snapcraft.io/sabnzbd
contact:   https://github.com/sabnzbd/sabnzbd/issues
license:   unset
description: |
  The automated Usenet download tool. SABnzbd makes Usenet as simple and streamlined as possible by
  automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there,
  where it will be automatically downloaded, verified, repaired, extracted and filed away with zero
  human interaction.
services:
  sabnzbd: simple, enabled, active
snap-id:      xbKFilZvKsEXegCPaOjd0eN7qucKsM92
tracking:     latest/stable
refresh-date: yesterday at 22:53 GMT
channels:
  latest/stable:    3.3.0-develop 2021-02-01 (2591) 226MB -
  latest/candidate: ↑                                     
  latest/beta:      ↑                                     
  latest/edge:      3.3.0-develop 2021-02-05 (2621) 226MB -
installed:          3.3.0-develop            (2591) 226MB -

However, the software itself reports that is is running v3.0.0:

sabnzbdplus -v

sabnzbdplus-3.0.0-develop

Any ideas as to why this is?

Thanks

Hi,

Welcome to the forums!

You seem to have installed both the snap and the .deb package. The version you are checking is the .deb package.

For the version of the snap youbcould try:

$ snap run sabnzbd -v

You might also want to consider removing one or the other.

2 Likes