ngspice from home:chips4makers:releases project
Select Your Operating System
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:chips4makers:releases/CentOS_8/home:chips4makers:releases.repo yum install ngspice
Grab binary packages directly
Add repository and install manually
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice
Grab binary packages directly
Add repository and install manually
For Raspbian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice
Grab binary packages directly
Add repository and install manually
For RHELDeriv 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:chips4makers:releases/RHELDeriv_9/home:chips4makers:releases.repo yum install ngspice
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/chips4makers:/releases/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:chips4makers:releases.list curl -fsSL https://download.opensuse.org/repositories/home:chips4makers:releases/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_chips4makers_releases.gpg > /dev/null sudo apt update sudo apt install ngspice