Skip to content

Instantly share code, notes, and snippets.

@rigtorp
Created May 14, 2024 01:47
Show Gist options
  • Save rigtorp/f362424f46e6c071e019095da079c8f5 to your computer and use it in GitHub Desktop.
Save rigtorp/f362424f46e6c071e019095da079c8f5 to your computer and use it in GitHub Desktop.
Install LTspice on Linux

Download ltspice...

Install wine:

dnf install wine

Install LTspice:

wine LTspice64.msi 

Run LTspice:

wine /home/$HOME/.wine/drive_c/users/$HOME/AppData/Local/Programs/ADI/LTspice/LTspice.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment