AutoCAD Alternative Tools for Ubuntu and Linux Mint Users

Channel: Linux
Abstract: ~$ sudo dpkg -i brlcad_7.24.2-0_amd64.deb Run the below command to run brlcad [email protected]//sourceforge.net/projects/brlcad/files/BRL-CAD%20for%2

Hello Techies, If you are using Linux Desktop operating system like Ubuntu and Linux Mint and looking for similar tools of AutoCAD then we can consider there are couple of tools like FreeCAD, LibreCAD, KediCADBRL-CAD and DraftSight that can be  used as AuotCAD alternative in Ubuntu and Linux Mint.

In this post we will demonstrate how to install these tools in Ubuntu 16.04 / 16.10 and Linux Mint 18.

FreeCAD

FreeCAD is a free and open source 3D( Three Dimensions) modeler and CAD (Computer aided Design) software. It is used for product design and also used in mechanical engineering. Freecad debian packages are available in the Ubuntu and Linux Mint 18 default repositories.

Run the following command from the terminal to Install FreeCAD

[email protected]:~$ sudo apt update
[email protected]:~$ sudo apt install freecad

Once you are done with installation type freecad command from the terminal to start FreeCAD.

[email protected]:~$ freecad

LibreCAD

LibreCAD is another free and open source CAD Software in 2 two dimensions. LibreCAD is used for creating technical drawings like plans for building, interiors and mechanical parts.

LibbreCAD can be installed and used in Linux, Apple and Windows platform. Run the below apt command from the terminal to install librecad on Ubuntu and Linux Mint.

[email protected]:~$ sudo apt install librecad

Once installation is completed, Access LibreCAD.

Select the GUI and Command Language as per your setup and click on OK.

KediCAD

KediCAD is a two dimension ( 2D) CAD software for linux like operating system. KediCAD has simulation feature and it can make the anticapted changes to the general drawings. KediCAD can be used in for creating drawing from moment of inertia calculations, buckling power calculations and lot more…

KediCAD package is not available in the Ubuntu and Linux Mint repositories, so download the kedicad Debian package from its official web site using below wget command.

[email protected]:~$ wget http://kedicad.com/indir/kedicad2b_0.1.5821-1_all.deb

Install the downloaded KediCAD Debian package.

[email protected]:~$ sudo dpkg -i kedicad2b_0.1.5821-1_all.deb
[email protected]:~$ sudo apt install -f

BRL-CAD

BRL-CAD is a free and open source CAD (Computer Aided Design) software. It provides the features of graphics rendering and geometric analysis.  Refer the below steps to install BRL-CAD on Ubuntu 16.04/16.10 and Linux Mint 18.

Download the latest and stable version of BRL-CAD from source forge site :

https://sourceforge.net/projects/brlcad/files/

Or use the below wget command to BRL-CAD from the console

[email protected]:~$ wget https://sourceforge.net/projects/brlcad/files/BRL-CAD%20for%20Linux/7.24.2/brlcad_7.24.2-0_amd64.deb

Install the downloaded package using dpkg command

[email protected]:~$ sudo dpkg -i brlcad_7.24.2-0_amd64.deb

Run the below command to run brlcad

[email protected]:~$ sudo /usr/brlcad/bin/benchmark run
[email protected]:~$ /usr/brlcad/bin/mged

DraftSight

DraftSight is free CAD software which can be used in Ubuntu and Linux Mint. DraftSight can be considered as the alternative of AutoCAD tool on Linux like operating system. It permits the users to edit and save DWF and DXF files and allows users to export files as .pdf, .jpg, .png, and .svg.

Let’s First download the DraftSight package for Ubuntu 16.04 and Linux Mint 18 using below URL :

Download DraftSight Debian Package

Install the Downloaded draftsight debian package using below dpkg command :

[email protected]:~$ sudo dpkg -i draftSight.deb

Click on Aceept

Once the Installation is completed and try to access Draftsight using below commands

[email protected]:~$ cd /opt/dassault-systemes/DraftSight/Linux/
[email protected]:/opt/dassault-systemes/DraftSight/Linux$ ./DraftSight

We can use DraftSight for 30 days without activation. For Activation we need to enter email address and other required fields only and an email will be delivered to the mailbox for activation.

That’s all,  Kindly share your feedback and comments. Please don’t hesitate to share the name of the tools that can be used as AutoCAD alternative in Ubuntu and Linux Mint.

Ref From: linuxtechi

Related articles