free CAD software: DraftSight
Hi there
It may not be open-source, but useful nonetheless for people wanting to use CAD on Linux: DraftSight 2D CAD For Linux Beta Available (deb/rpm) http://www.3ds.com/products/draftsight/free-cad-software/
Cheers, Peter
Downloaded it but found it to be 32bit.
Anyone tried 'forcing' into a 64bit system.
On 11 March 2011 21:21, Peter Reutemann fracpete@waikato.ac.nz wrote:
Hi there
It may not be open-source, but useful nonetheless for people wanting to use CAD on Linux: DraftSight 2D CAD For Linux Beta Available (deb/rpm) http://www.3ds.com/products/draftsight/free-cad-software/
Cheers, Peter
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/%C2%A0 Ph. +64 (7) 858-5174 _______________________________________________ wlug mailing list | wlug@list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
Downloaded it but found it to be 32bit.
Anyone tried 'forcing' into a 64bit system.
In a terminal, install the downloaded .deb package like this (ignoring the architecture): sudo dpkg --force-architecture -i DraftSight.deb
If it complains about missing dependencies, then just simply install them using apt-get. In my case, it complained only about "libdirectfb-extra": sudo apt-get install libdirectfb-extra
After all missing dependencies have been installed, run the above dpkg command again.
DraftSight gets installed in the following directory: /opt/dassault-systemes/draftsight
Cheers, Peter
In a terminal, install the downloaded .deb package like this (ignoring the architecture): sudo dpkg --force-architecture -i DraftSight.deb
[...]
And if you want to uninstall it again, use the following command in a terminal: sudo dpkg --remove dassault-systemes-draftsight
Cheers, Peter
Seems to work well.
Might try it with some files from work tomorrow.
Chris
On 12 March 2011 19:00, Peter Reutemann fracpete@waikato.ac.nz wrote:
In a terminal, install the downloaded .deb package like this (ignoring the architecture): sudo dpkg --force-architecture -i DraftSight.deb
[...]
And if you want to uninstall it again, use the following command in a terminal: sudo dpkg --remove dassault-systemes-draftsight
Cheers, Peter
Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ http://www.cs.waikato.ac.nz/~fracpete/%C2%A0 Ph. +64 (7) 858-5174 _______________________________________________ wlug mailing list | wlug@list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
participants (2)
-
Chris O'Halloran -
Peter Reutemann