Fritzing is a free and open source electronic design automation application for Windows, MacOS and Linux. Using Fritzing you can learn electronic circuit design from example projects and make own PCBs. It comes with interactive breadboard view, schematic diagram, visual electronic component library including the Arduino, Raspberry Pi, SparkFun parts. You can easily switch between breadboard, schematic and pcb design in this application.
Install Fritzing Ubuntu Linux
Fritzing is available as flatpak package file from flathub. First install flatpak and flathub on your system and restart it. After that open the terminal command-line application and run below Fritzing flatpak installation command.
flatpak install flathub org.fritzing.Fritzing
You can run the Fritzing PCB Design tool using this command.
flatpak run org.fritzing.Fritzing
And uninstall Fritzing using
sudo flatpak uninstall org.fritzing.Fritzing
That’s all.