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

Last updated: May 18,2024

1. Install "ngspice.x86_64" package

This guide let you learn how to install ngspice.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ngspice.x86_64

2. Uninstall "ngspice.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ngspice.x86_64 on Fedora 35:

$ sudo dnf remove ngspice.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:04:53 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ngspice
Version : 37
Release : 1.fc35
Architecture : x86_64
Size : 6.2 M
Source : ngspice-37-1.fc35.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.