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.
Add ppa:rafael1193/spicegui repository.
$ sudo add-apt-repository ppa:rafael1193/spicegui
$ sudo apt-get update
$ sudo apt-get install spicegui
Add rafael1193/SpiceGUI repository.
$ sudo dnf copr enable rafael1193/SpiceGUI
$ sudo dnf install spicegui
Download release tarball and run
$ python setup.py build
$ sudo python setup.py install