Apt auto completion showing wrong version of snap

 soumyaxubuntu  soumyas-gf63-thin-11uc  ~  snap info pdfarranger
name:      pdfarranger
summary:   PDF Merging, Rearranging, Splitting, Rotating and Cropping
publisher: সৌম্যদীপ ঘোষ(Soumyadeep Ghosh) (soumyadghosh)
store-url: https://snapcraft.io/pdfarranger
contact:   https://github.com/pdfarranger/pdfarranger-snap/issues
license:   GPL-3.0-only
description: |
  PDF Arranger is a small application, which helps the user to merge or
  split pdf
  documents and rotate, crop and rearrange their pages using an
  interactive and
  intuitive graphical interface.
  
  
  
  It is a frontend for pikepdf.
snap-id: QujxXkRa9GJoszwAWcAYUWmVxhLsHHmn
channels:
  latest/stable:    1.10.1 2024-02-05 (33) 24MB -
  latest/candidate: 1.10.1 2024-01-13 (31) 24MB -
  latest/beta:      1.10.1 2024-01-13 (31) 24MB -
  latest/edge:      1.10.1 2024-02-01 (33) 24MB -

 soumyaxubuntu  soumyas-gf63-thin-11uc  ~  pdfarranger
Command 'pdfarranger' not found, but can be installed with:
sudo snap install pdfarranger  # version 1.9.2, or
sudo apt  install pdfarranger  # version 1.10.0-1
See 'snap info pdfarranger' for additional versions.

This shows that pdfarranger snap has version 1.9.2 as snap… but, it’s completely wrong which is visible in the previous command. Is this any kind of glitch?

It’s not apt, IIRC it’s command-not-found that’s making the suggestions. I just tried and see this

$ pdfarranger
Command 'pdfarranger' not found, but can be installed with:
sudo snap install pdfarranger  # version 1.10.1, or
sudo apt  install pdfarranger  # version 1.10.0-1
See 'snap info pdfarranger' for additional versions.

So I’d guess the stable channel recently updated and there’s a delay/cache that was making it still show the older version .

Possibly related to this: https://status.snapcraft.io/

1 Like

Glad to see it’s fixed.

Yes, I also faced it. So, yes that is probably the case.