Design is a free and open source 2D computer aided design application software for Linux. It comes with standard DXF format support, commands, CAD workflows, canvas management, command-line and toolbar input, Layer management support, drawing creation, entity interogation and modification support and more. It is written in JavaScript and released under GNU General Public License v3.0.
Install Design 2D CAD on Ubuntu Linux
Design is available as a flatpak file from the flathub repository. If you don’t have then install flatpak and flathub on your system first. And restart your system after the flatpak installation.
Now open the terminal software using the ctrl+alt+t keys or via the application menu and run below Design CAD software flatpak installation command. It will install the latest version of Design 2D CAD on your system.
flatpak install flathub io.github.dubstar_04.design
And open the Design using below flatpak command.
flatpak run io.github.dubstar_04.design
And uninstall design using below command.
sudo flatpak uninstall io.github.dubstar_04.design
That’s it.