snap-store のチャンネルを切り替える
Ubuntu 24.04 LTS をインストールした当初はウィンドウにアプリセンターと表示される snap-store が起動していたのだが、いつの頃からか古いタイプの Ubuntu Software が起動するようになった。古いタイプの Ubuntu Software は不具合が多くアプリを検索しようとしてもずっとぐるぐるが表示されていたりアプリの更新がうまく行かなかったりすることがあってその現象が起こるたびにプロセスを kill して再起動を行っていた。Ubuntu 25.10 にアップグレードしてとうとうアプリの一覧を再起動をしても取得できなくなってしまったのでちゃんと動作可能な snap-store に切り替える。
インストールされている snap-store の確認
まず、snap info snap-storeを実行し、現在インストールされている snap-store のバージョンを確認する。
name: snap-store
summary: Snap Store is a graphical desktop application for discovering, installing and managing
snaps on Linux.
publisher: Canonical✓
store-url: https://snapcraft.io/snap-store
contact: https://bugs.launchpad.net/snap-store/
license: unset
description: |
Snap Store showcases featured and popular applications with useful descriptions, ratings, reviews
and screenshots.
Applications can be found either through browsing categories or by searching.
Snap Store can also be used to switch channels, view and alter snap permissions and view and
submit reviews and ratings.
Snap Store is based on GNOME Software, optimized for the Snap experience.
commands:
- snap-store
- snap-store.ubuntu-software
- snap-store.ubuntu-software-local-file
snap-id: gjf3IPXoRiipCu9K0kVu52f0H56fIksg
tracking: latest/stable/ubuntu-25.10
refresh-date: 2025-05-07
channels:
2/stable: 0+git.90575829 2025-10-09 (1270) 11MB -
2/candidate: ↑
2/beta: ↑
2/edge: 0+git.5d0043ef 2025-10-22 (1306) 18MB -
latest/stable: 41.3-72-g80e7130 2024-09-22 (1216) 12MB -
latest/candidate: ↑
latest/beta: ↑
latest/edge: 0+git.5d0043ef 2025-10-22 (1306) 18MB -
preview/stable: –
preview/candidate: 0.2.7-alpha 2023-02-02 (864) 10MB -
preview/beta: ↑
preview/edge: 0.3.0-alpha 2023-08-14 (1017) 11MB -
1/stable: 41.3-72-g80e7130 2024-09-22 (1216) 12MB -
1/candidate: ↑
1/beta: ↑
1/edge: 41.3-72-g80e7130 2024-09-16 (1216) 12MB -
installed: 41.3-72-g80e7130 (1216) 12MB -latest/stable の 41.3-72-g80e7130 の snap-store がインストールされていることが確認できる。
snap-store のチャンネルを切り替える
今回は 2/stable のリリースチャンネルに切り替えを行う。sudo snap refresh snap-store --channel=2/stableを実行する。
snap-store (2/stable) 0+git.90575829 from Canonical✓ refreshedと表示されたらチャンネルの変更とそのチャンネルのアプリのインストールが完了となる。
再びsnap info snap-storeを実行して snap-store の状況を確認する。
name: snap-store
summary: Snap Store is a graphical desktop application for discovering, installing and managing
snaps on Linux.
publisher: Canonical✓
store-url: https://snapcraft.io/snap-store
contact: https://bugs.launchpad.net/snap-store/
license: unset
description: |
Snap Store showcases featured and popular applications with useful descriptions, ratings, reviews
and screenshots.
Applications can be found either through browsing categories or by searching.
Snap Store can also be used to switch channels, view and alter snap permissions and view and
submit reviews and ratings.
Snap Store is based on GNOME Software, optimized for the Snap experience.
commands:
- snap-store.show-updates
- snap-store
snap-id: gjf3IPXoRiipCu9K0kVu52f0H56fIksg
tracking: 2/stable
refresh-date: today at 05:16 JST
channels:
2/stable: 0+git.90575829 2025-10-09 (1270) 11MB -
2/candidate: ↑
2/beta: ↑
2/edge: 0+git.5d0043ef 2025-10-22 (1306) 18MB -
latest/stable: 41.3-72-g80e7130 2024-09-22 (1216) 12MB -
latest/candidate: ↑
latest/beta: ↑
latest/edge: 0+git.5d0043ef 2025-10-22 (1306) 18MB -
preview/stable: –
preview/candidate: 0.2.7-alpha 2023-02-02 (864) 10MB -
preview/beta: ↑
preview/edge: 0.3.0-alpha 2023-08-14 (1017) 11MB -
1/stable: 41.3-72-g80e7130 2024-09-22 (1216) 12MB -
1/candidate: ↑
1/beta: ↑
1/edge: 41.3-72-g80e7130 2024-09-16 (1216) 12MB -
installed: 0+git.90575829 (1270) 11MB -2/stable チャンネルの snap-store に切り替わっていることが分かる。
アプリ一覧に表示されているアイコンも変わりアプリ名もアプリセンターに変わっているのが確認できると思うので実際に起動し動作確認を行う。

