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?

[Mac] error 79 (zipファイルが解凍できない)

Posted at

環境

MacBook Pro (2.3 GHz 8コアIntel Core i9)
macOS 14.0(23A344)
Homebrew 4.3.8
gh 2.52.0

ディレクトリ構成

directory_structure
drive/ ←ルートディレクトリ
├── Applications/
├── Syetem/
└── Usr/
│   ├── shared/
│   └── personnel(ex. Jochun)/ ←ホームディレクトリ
│       ├── MyVagrant/
│       ├── Desktop/
│       ├── Downloads/
│       │   └── CentOS7/ ←今回インストールした仮想マシンファイル
│       ├── Documents/
│       ├── .config/
│       ├── .ssh/
│       ├── .zshrc/
│       └── .local/
│           ├── .bin
│           └── ...

解決方法

  1. Macターミナルを開く
  2. cdコマンドで、該当のディレクトリまで移動する
    $ cd Downloads
    
  3. unzipコマンドで、解凍できないzipを開く
    $ unzip CentOS7.zip
    

参考リンク

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?