having troube installing the latest vestion of flutter cannot extracting does anyone know what am I doing wrong [enter image description here](https://i.sstatic.net/LzwpXwdr.png)
having troube installing the latest vestion of flutter cannot extracting does anyone know what am I doing wrong
Sotelo John is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
First, ensure the zip is downloaded in the ~/Downloads
directory.
Then check the exact downloaded zip name:
ls ~/Downloads/
Once you have the name, use the following command to extract the contents to the ~/development/
directory:
# e.g. if name is: flutter_macos_arm64_3.24.3-stable.zip
unzip ~/Downloads/flutter_macos_arm64_3.24.3-stable.zip -d ~/development/