Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

1
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?

macで古いchromiumをインストールしたいとき

Posted at

1.インストールしたいversionのzipをdownload(chrome-mac.zipを落としてくる)

2.ダブルクリックして解凍

3.macの防御機能を無効化する

  • ダウンロードしたアプリケーションの実行許可にて、すべてのアプリを許可にする。sudo spctl --master-enableすればできる

スクリーンショット 2025-01-03 0.24.26.png

  • 解凍したファイルの中にある、Chromium.appに対して、xattr -cr Chromium.appを実行する(解凍したファイルに対してmacが付与するcom.apple.quarantineなるメタデータを消してやる必要がある)

4.これで開けるはず

1
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
1
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?