17
Any Workarounds for Running AutoCAD on Linux?
(lemmygrad.ml)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
not related to AutoCAD, but in my linear algebra class that required to use MATLAB, I went with GNU octave and created a script to convert my native octave code to matlab code. try looking for an opensource one. I'm not familiar with acad but I assume there is a whole slue of open source software that does what AutoCAD does.
if you've searched and hadn't found one that does as intended install wine and try and install .exe with that.
if all else fails just use virtualbox and install windows. its not ideal but it does work!
Hi, thanks for the tip for MATLAB! It'll become useful in the next semester.
As for the AutoCAD, QEMU/KVM running on virt-manager did the trick for me.