logan7
November 22, 2024, 2:10pm
1
how do I install this in opensuse? GitHub - cryinkfly/SOLIDWORKS-for-Linux: This is a project, where I give you a way to use SOLIDWORKS on Linux!
It’s solidworks for Linux, but when I run the script that the guy says to run in the terminal, it says that solidworks-install.sh is non-existent.
hui
November 22, 2024, 2:13pm
2
Complete terminal output?
hui
November 22, 2024, 2:29pm
3
And also have a look at the github project where exactly this issue is described and how to proceed:
opened 10:21AM - 24 Sep 24 UTC
No idea why, but I'm stuck on the very first hurdle!
```
~/Downloads: cd ~/D… ownloads && wget -N -O solidworks-install.sh https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/main/files/builds/stable-branch/bin/install.sh && mv install.sh solidworks-install.sh && chmod +x solidworks-install.sh && ./solidworks-install.sh
WARNING: timestamping does nothing in combination with -O. See the manual
for details.
--2024-09-24 11:19:02-- https://raw.githubusercontent.com/cryinkfly/SOLIDWORKS-for-Linux/main/files/builds/stable-branch/bin/install.sh
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28053 (27K) [text/plain]
Saving to: ‘solidworks-install.sh’
solidworks-install.sh 100%[===============================================>] 27.40K --.-KB/s in 0.002s
2024-09-24 11:19:02 (10.9 MB/s) - ‘solidworks-install.sh’ saved [28053/28053]
mv: cannot stat 'install.sh': No such file or directory
```
A test in VB installs just fine. I stopped the test when the installer asked for the serial key (which you need to buy).
logan7
November 22, 2024, 4:34pm
4
I’m new to linux, I’ve been wanting to switch to linux because it always seemed really cool to me and now I have a good reason. Windows is giving me more problems.