Reactivate Ubuntu Software Store

💡 This post is insightful for the following scenarios.

  • Can not open your Ubuntu Software Store

Background

Suddenly, I couldn’t open my Ubuntu Software Store anymore. (Ubuntu 20.04)

Step

1. The command I already run but may most likely be unnecessary

1
2
3
4
sudo snap remove snap-store
sudo apt purge snapd
sudo apt install snapd
sudo snap install snap-store

2. The command I already, which may be the key to solve the problem but havent been verified

1
2
3
4
5
# this following commands may delete the software you install
# via Ubuntu Software Store. Please be careful.
sudo rm -rvf /var/lib/apt/lists/*
sudp apt-get update
sudo shutdown -r now