How to Install and Uninstall ngspice.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "ngspice.x86_64" package

Please follow the step by step instructions below to install ngspice.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ngspice.x86_64

2. Uninstall "ngspice.x86_64" package

This is a short guide on how to uninstall ngspice.x86_64 on Fedora 36:

$ sudo dnf remove ngspice.x86_64 $ sudo dnf autoremove

3. Information about the ngspice.x86_64 package on Fedora 36

Last metadata expiration check: 5:34:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ngspice
Version : 37
Release : 1.fc36
Architecture : x86_64
Size : 6.2 M
Source : ngspice-37-1.fc36.src.rpm
Repository : updates
Summary : A mixed level/signal circuit simulator
URL : http://ngspice.sourceforge.net
License : BSD
Description : Ngspice is a general-purpose circuit simulator program.
: It implements three classes of analysis:
: - Nonlinear DC analyses
: - Nonlinear Transient analyses
: - Linear AC analyses
:
: Ngspice implements the usual circuits elements, like resistors, capacitors,
: inductors (single or mutual), transmission lines and a growing number of
: semiconductor devices like diodes, bipolar transistors, mosfets (both bulk
: and SOI), mesfets, jfet and HFET. Ngspice implements the EKV model but it
: cannot be distributed with the package since its license does not allow to
: redistribute EKV source code.
:
: Ngspice integrates Xspice, a mixed-mode simulator built upon spice3c1 (and
: then some tweak is necessary merge it with spice3f5). Xspice provides a
: codemodel interface and an event-driven simulation algorithm. Users can
: develop their own models for devices using the codemodel interface.
:
: It can be used for VLSI simulations as well.