SpiceGUI is a program that aims to make circuit simulation on GNU/Linux operating systems easier with a modern and easy to use graphical user interface. This program makes more straightforward the process from schematic edition to result analysis with a modern Gtk3 interface.

Installation

Ubuntu / Linux Mint / elementaryOS

Add ppa:rafael1193/spicegui repository.

Run

$ sudo add-apt-repository ppa:rafael1193/spicegui
$ sudo apt-get update
$ sudo apt-get install spicegui

Fedora

Add rafael1193/SpiceGUIrepository.

$ sudo dnf copr enable rafael1193/SpiceGUI
$ sudo dnf install spicegui

Others

Download and extract release tarball. Then, run

$ python setup.py build
$ sudo python setup.py install