How To Install tclspice on Fedora 36

In this tutorial we learn how to install tclspice in Fedora 36. tclspice is Tcl/Tk interface for ngspice

Introduction

In this tutorial we learn how to install tclspice on Fedora 36.

What is tclspice

TclSpice is an improved version of Berkeley Spice designed to be used with the Tcl/Tk scripting language. The project is based upon the NG-Spice source code base with many improvements.

We can use yum or dnf to install tclspice on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tclspice.

Install tclspice on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tclspice using dnf by running the following command:

sudo dnf -y install tclspice

Install tclspice on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tclspice using yum by running the following command:

sudo yum -y install tclspice

How To Uninstall tclspice on Fedora 36

To uninstall only the tclspice package we can use the following command:

sudo dnf remove tclspice

tclspice Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/37b78bd6857d6c115167aef807e51904e7fc21
/usr/lib/.build-id/27
/usr/lib/.build-id/27/2e71704432ed81cb35bc8ac009fbf89fccc274
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/6936a7d986200fc9345d14a32868860b03a26f
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/cb4079ac1fd6e5d1f03b87f30b98556dfb3fac
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a3b909d97aede60789d514acfd0d82be1b151f
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/1ce7828ebcb1edc26becff3fa994d46e5f6f4f
/usr/lib/.build-id/98
/usr/lib/.build-id/98/dceeae3d486523ab0a4b805ecbbe01c3eae1b1
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/eea8671a7ff7b01dbf143498fb562f7a9f82e2
/usr/lib64/tclspice
/usr/lib64/tclspice/libspice.so
/usr/lib64/tclspice/libspice.so.0
/usr/lib64/tclspice/libspice.so.0.0.0
/usr/lib64/tclspice/libspicelite.so
/usr/lib64/tclspice/libspicelite.so.0
/usr/lib64/tclspice/libspicelite.so.0.0.0
/usr/lib64/tclspice/ngspice
/usr/lib64/tclspice/ngspice/analog.cm
/usr/lib64/tclspice/ngspice/digital.cm
/usr/lib64/tclspice/ngspice/pkgIndex.tcl
/usr/lib64/tclspice/ngspice/spice2poly.cm
/usr/lib64/tclspice/ngspice/table.cm
/usr/lib64/tclspice/ngspice/xtradev.cm
/usr/lib64/tclspice/ngspice/xtraevt.cm
/usr/share/doc/ngspice/examples/tclspice
/usr/share/doc/ngspice/examples/tclspice/tcl
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench1
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench1/PN2222.mod
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench1/capa.cir
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench1/tcl-testbench1.sh
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench1/testCapa.cir
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench2
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench2/example.cir
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench2/tcl-testbench2.sh
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench3
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench3/FB14.cir
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench3/differentiate.tcl
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench3/tcl-testbench3.sh
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4/bltGraph.tcl
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4/example.cir
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4/selectfromlist.tcl
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4/tcl-testbench4.sh
/usr/share/doc/ngspice/examples/tclspice/tcl-testbench4/vspicechart.tcl
/usr/share/doc/ngspice/examples/tclspice/tcl/diffpair.cir
/usr/share/doc/ngspice/examples/tclspice/tcl/test_vectoblt.sh
/usr/share/ngspice
/usr/share/ngspice/scripts
/usr/share/ngspice/scripts/tclspinit

References

Summary

In this tutorial we learn how to install tclspice on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).