Skip to content

Instantly share code, notes, and snippets.

@a-lunev
Last active December 15, 2023 21:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-lunev/cd132017cd1e285a5e27f14699cc514b to your computer and use it in GitHub Desktop.
Save a-lunev/cd132017cd1e285a5e27f14699cc514b to your computer and use it in GitHub Desktop.
Instructions to install Fritzing on Linux Debian Buster

An easy way:

$ sudo apt-get install fritzing

A more complex way to install a desired release of the Fritzing app:

$ sudo apt-get install libqt5serialport5
$ sudo apt-get install libqt5xml5
$ wget https://github.com/fritzing/fritzing-app/releases/download/CD-498/fritzing-a1ffcea08814801903b1a9515b18cf97067968ae-master-498.bionic.linux.AMD64.tar.bz2
$ tar xfj fritzing-a1ffcea08814801903b1a9515b18cf97067968ae-master-498.bionic.linux.AMD64.tar.bz2
$ cd fritzing-a1ffcea08814801903b1a9515b18cf97067968ae-master-498.bionic.linux.AMD64 && ./install_fritzing.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment