You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common for tar and tar.gz (and .zip) files on Linux to always unpack into a single subdirectory in cwd. So many projects do this that it is surprising (and messy) when one does not. Please consider making the tar file contain a only a directory with the same name as the file name root.
tar -xzf ~/Downloads/MeshLab2023.12d-linux.tar.gz
should generate only ./MeshLab2023.12d-linux inside of which are usr, AppRun and the like.
The text was updated successfully, but these errors were encountered:
It is common for tar and tar.gz (and .zip) files on Linux to always unpack into a single subdirectory in cwd. So many projects do this that it is surprising (and messy) when one does not. Please consider making the tar file contain a only a directory with the same name as the file name root.
should generate only
./MeshLab2023.12d-linux
inside of which areusr
,AppRun
and the like.The text was updated successfully, but these errors were encountered: