hey there
tl;dr : want to extract ISO while keeping symlinks of it
actual problem:
got matlab R2022a in ISO format for offline installation
the problem is, when i mount it directly,i get this error
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127
fish: Job 1, 'sudo ./install' terminated by signal SIGABRT (Abort)
the only useful solution i found is this
now the problem is, when i extract iso with archive manager, symlinks get loose and i cant run install file (getting some missed lib files error)
well, i thought about this (copying contents from ISO)
was doin this while waiting here expecting someone comes with different solution
did that and I didnt get any errors after running install file. but didnt run either, its been like this for 5 mins