How to update snap-store linux.. How to update this?

7,619

Solution 1

Go to terminal and kill the snap-store process before installing/refreshing snap-store.

Find process to kill:

  $ ps aux | grep snap

  Find <process id> for the snap-store process, which looks like this

  ... <process id> ... ... /snap/snap-store/???/usr/bin/snap-store

Kill process:

  Kill the above found process id

  $ kill <process id>

Install/refresh snap-store:

   Close "Ubuntu software" gnome app if it open. 

   Refresh snap-store:

   $ sudo snap refresh snap-store

Had the same problem and fixed it this way.

Whish you good luck :-)

Solution 2

I had same issue.

$ killall snap-store
$ snap refresh

worked for me.

Share:
7,619
Giacomo1968
Author by

Giacomo1968

Updated on January 04, 2023

Comments

  • Giacomo1968
    Giacomo1968 over 1 year

    How to update snap-store .

    I don't have Ubuntu advantage subscription.

    Screenshot

    • Admin
      Admin almost 2 years
      Questions need text to be questions. Use the EDIT button and fix your... thing here to make it into an actual question.
    • Admin
      Admin almost 2 years
      Thank you for feedback.
    • Admin
      Admin almost 2 years
      Have you run updates as suggested? I could see in Ubuntu SNAP being updated in the course of regular updates. Log into Live Patch.
  • Admin
    Admin almost 2 years
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.
  • Admin
    Admin almost 2 years
    that works on Ubuntu 22.04
  • Admin
    Admin almost 2 years
    "pkill snap-store" works fine as well
  • Admin
    Admin almost 2 years
    In which Ubuntu version is this? I can't find any "Ubuntu Update" software in 22.20, just Ubuntu Software
  • Admin
    Admin almost 2 years
    That was V20.04 when I posted; I set up 22.04 the same way.