QElectroTech is a free and open source Electrical Diagram Editor software for Windows, Linux and MacOS. Using QElectro you can design simple and complex electric diagrams easily. It comes with diagram editor, element editor and titleblock editor and it uses XML files for elements and diagrams. You can export diagram to SVG, DXF, BMP, PNG, JPEG, PDF files. You can also create and modify your own elements in this program.
Download QElectroTech [Windows, Linux, MacOS]
Install QElectroTech on Ubuntu Linux
QElectroTech is available as snap, flatpak and PPA. Open the terminal command line application using the ctrl+alt+t keys and run below QElectroTech snap install command. It will install the latest version of QElectroTech on your Ubuntu system.
sudo snap install qelectrotech
After the installation you can start QElectroTech using the applications menu or via below command.
qelectrotech
Install QElectroTech via PPA:
You can also install QElectroTech via this Ubuntu PPA. In your terminal app (ctrl+alt+t) run below commands one by one.
sudo add-apt-repository ppa:scorpio/qelectrotech-dev
sudo apt update
sudo apt install qelectrotech
Install QElectroTech via Flatpak:
Install flatpak and flathub on your system first and restart your system after the installation. Now in terminal run below qelectrotech flatpak install command.
flatpak install flathub org.qelectrotech.QElectroTech
You can run qelectrotech using
flatpak run org.qelectrotech.QElectroTech
And uninstall it via below command.
sudo flatpak uninstall org.qelectrotech.QElectroTech
That’s all