0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2025年9月1日時点】chromnium が起動しない

Last updated at Posted at 2025-09-01

はじめに

2025年9月1日,久しぶりにJetson Orin Nano を起動し,いつも通り Chromnium を起動しました.
すると,,,
「あれ?! いつまでたっても起動しない...」

Chromunium を起動するために行った解決策について,私が行った解決策をこの記事では共有します.

原因は?

Snap の更新で問題が発生したらしいです.
Snap 経由でインストールされた複数のブラウザも影響しているらしい.
確かに,firefox も起動していなかったです.

解決策

ターミナルで以下を実行しました.

$ sudo apt update
$ sudo apt install -y chromium-browser

$ snap download snapd --revision=24724
$ sudo snap ack snapd_24724.assert
$ sudo snap install snapd_24724.snap
$ sudo snap refresh --hold snapd

$ snap install chromium

最後に

いきなりブラウザが使えなくなるのは怖いですよね.
解決できてよかったです.
皆様も解決できていたらいいのですが.

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?