Chrome のインストールが古いのですが、アップグレードも消去もできません。なぜでしょうか?

Chrome のインストールが古いのですが、アップグレードも消去もできません。なぜでしょうか?

Ubuntu 22.04にアップグレードしてから、FirefoxとChromiumのインストールは両方ともスナップパッケージになりました。つまり、Gnome拡張機能をインストールすることはできませんどちらのブラウザでももう使えません。その後、ずっと前にインストールした Google Chrome ブラウザを試してみましたが、クラッシュしてしまいました。コマンドラインで調べてみました。

$ which google-chrome
/usr/bin/google-chrome

$ sudo apt search google-chrome
Sorting... Done
Full Text Search... Done
google-chrome-stable/now 78.0.3904.70-1 amd64 [installed,local]
  The web browser from Google

$ sudo apt purge google-chrome
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package google-chrome

$ sudo apt install google-chrome-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
google-chrome-stable is already the newest version (78.0.3904.70-1).
0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.

ご覧のとおり、これは Chrome の非常に古いバージョン (78) (2019 年にリリース) です。アップグレードとパージの両方を試みましたが、どちらも失敗しました。

では、次に何をすればいいのでしょうか? 手動で削除しますか ( などsudo rm /usr/bin/google-chrome && sudo rm /usr/share/applications/google-chrome.desktop)? 他に何かアイデアはありますか?

関連情報