Actions
Support #341
closed
DC
DC
Installing Fritzing on Ubuntu
Support #341:
Installing Fritzing on Ubuntu
Description
During the initial setup of the development environment I needed to setup the prototyping and virtual breadboard program called Fritzing. Luckily the program is included in the Ubuntu software repositories, so to install it was simple. Just run:
sudo apt-get update sudo apt-get install fritzing
Note: I did encounter one small problem after installing where I would get a pop up sayingl;
Sorry, we have a problem with the swapping mechanism. Fritzing still works, but you won't be able to change parts properties.
This was simple to fix by installing the following package:
sudo apt-get install libqt4-sql-sqlite
Fritzing is now ready for use.
Resources¶
DC Updated by Daniel Curtis almost 12 years ago
- Description updated (diff)
DC Updated by Daniel Curtis almost 12 years ago
- Status changed from Resolved to Closed
DC Updated by Daniel Curtis over 11 years ago
- Project changed from 83 to GNU/Linux Administration
Actions