Skip to content

Instantly share code, notes, and snippets.

@daniw
Last active March 7, 2024 04:39
Show Gist options
  • Star 26 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save daniw/7439488 to your computer and use it in GitHub Desktop.
Save daniw/7439488 to your computer and use it in GitHub Desktop.
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
# start ltspice through wine with /tmp/example.asc
wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceIV/scad3.exe /tmp/example.asc
@UmerSoftwares
Copy link

I had to change the first line of code to
sudo apt-get install wine-stable
to make it work.

To open a file in ltspice, move it to somewhere in ~/.wine/drive_c folder which is the C drive in wine

@machadothi
Copy link

Thanks!

@yAya-yns
Copy link

Works on Ubuntu 20.04! Thanks!

@Dsantra92
Copy link

Works smoothly on Pop 20.10

@yashkathe
Copy link

Thanks works fine

Copy link

ghost commented Dec 14, 2021

Using Linux Mint 20.2, I used sudo apt-get install wine-stable as mentioned in comment above. I got messages saying I should install wine32-development so did sudo apt-get install wine32-development. After that it works! Thanks!

@beatriz-emiliano
Copy link

Works in KDE and everything worked out, thank you!

@SonOfGauss
Copy link

is there a way to remove it after installed?

@hakkm
Copy link

hakkm commented Feb 6, 2023

So it's like a compatibility layer for running Windows applications on Linux

@SauloMairesse
Copy link

SauloMairesse commented Feb 17, 2023

I installed, but after close, the comands to start didn't works:
what shows to me: wine: cannot find L"/home/saulo/.wine/drive_c/Program Files/LTC/LTspiceIV/scad3.exe"

@MrTUC
Copy link

MrTUC commented Jan 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment