4

System Details: Upgrade system: Ubuntu 18.04.04 - 19.10 - 20.04

I am not able to bring up snap-store and when I am trying to fire from terminal, it shows following error on the same.

:~$ snap-store cannot perform operation: mount --rbind /dev /tmp/snap.rootfs_8k8wWU//dev: No such file or directory

Can someone throw light on this issue?

Ps: Does 20.04 upgrade is buggy?

Sudhir
  • 91
  • 1
  • 1
  • 7

1 Answers1

3

Following things done to restore snap-store, but still looks buggy.

  1. Uninstall snapd and snap-store
  2. Install snapd and snap-store
  3. Update existing candidate sudo snap refresh snap-store --channel=latest/stable/ubuntu-20.04 (Thank you @doug for the steps)

I could get back snap-store on Ubuntu 20.04

Sudhir
  • 91
  • 1
  • 1
  • 7