Skip to content

Instantly share code, notes, and snippets.

@zenius
Last active August 14, 2020 09:33
Show Gist options
  • Save zenius/f456d9fc6118376aaef165c8665c2045 to your computer and use it in GitHub Desktop.
Save zenius/f456d9fc6118376aaef165c8665c2045 to your computer and use it in GitHub Desktop.
Installation guide to fritzing in debian

Step 1: First update and upgrade the debian packages

sudo apt update && sudo apt upgrade

Step 2: Install all the necessary packages for fritzing

sudo apt install fritzing fritzing-data fritzing-parts
Fritzing is an open-source initiative to develop amateur or 
hobby CAD software for the design of electronics hardware, 
to support designers and artists ready to move from experimenting 
with a prototype to building a more permanent circuit. 
It was developed at the University of Applied Sciences Potsdam.

Link: https://www.fritzing.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment