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?

More than 1 year has passed since last update.

MacからVagrantをアンインストールする方法(インストーラーでインストールした方)

Posted at

概要

  • MacからVagrantをアンインストールする方法をまとめる。

方法

  1. 下記にアクセスして任意のバージョンのインストーラーをダウンロードする。

  2. ダウンロードしたインストーラーを起動する。

  3. 「uninstall.tool」をダブルクリックで起動する。

    Vagrant.png

  4. 下記のポップアップが出たらOKをクリックする。

    スクリーンショット_2022_11_02_10_43.png

  5. 「設定」→「セキュリティとプライバシー」→「uninstall.toolは開発元を確認できないため、使用がブロックされました。」の「このまま開く」をクリックする。

    セキュリティとプライバシー.png

  6. ターミナルが開いたら下記の内容を入力してEnterを押下する。(「Yes」の入力を求められる事があるので適宜入力してEnterを押下する。)

    /Volumes/Vagrant/uninstall.tool ; exit;
    
  7. これでアンインストールは完了である。

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?