Intall MATLAB on Linux without GUI
古いコメントを表示
My Linux machine is a VM in the cloud, and my Linux knowledge is minimal (I normally work on Windows). The Linux machine has Internet access and I use it via SSH and BASH. I started by using a Windows Browser to download MATLAB, which came in a .zip file, so I extracted the files to a separate directory and used SCP to copy all of that to the Linux VM. I also prepared the installation input file and license. When I ran install on Linux, I discovered that some of the files were "broken" symlinks. For example, bin/glnxa64/libicuda.so.67 is a file containing the text libicuda.so.67.1, and should be a symlink to libicuda.so.67.1.
How can I download the installation files on Linux without GUI (and without a browser)? Or, alternatively, how can I preserve the symlinks in the .zip file on Windows?
Thanks in advance for your patience.
6 件のコメント
Thomas Ligon
2022 年 12 月 22 日
MJFcoNaN
2022 年 12 月 23 日
Hello,
Why not upload the .zip file by scp, and unzip it on Linux?
Thomas Ligon
2022 年 12 月 23 日
Thomas Ligon
2022 年 12 月 23 日
Thomas Ligon
2022 年 12 月 23 日
Thomas Ligon
2022 年 12 月 24 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!