Skip to content

Instantly share code, notes, and snippets.

View Danendra10's full-sized avatar
🏠
Working from my heart

Danendra Clevero Ananda Danendra10

🏠
Working from my heart
View GitHub Profile
@daniw
daniw / ltspice.sh
Last active March 7, 2024 04:39
install ltspice on ubuntu (arch commented)
# install wine and ltspice
sudo apt-get install wine
# sudo pacman -S wine
cd /tmp/
wget http://ltspice.linear-tech.com/software/LTspiceIV.exe
wine LTspiceIV.exe
rm LTspiceIV.exe
# start lstpice through wine
wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceIV/scad3.exe