Make great analog designs
This are the steps to install and use LTspice 64 bits on Linux Ubuntu 20.04 .
# Update your package manager.
sudo apt-get update
# Install Wine
sudo apt-get install wine-stable
# Download LTSpice 64 bits
cd /tmp/
wget https://ltspice.analog.com/software/LTspice64.exe
# Install LTSpice
wine LTspice64.exe
rm LTspice64.exe
# Start lstpice through wine
wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/XVIIx64.exe
# To open file in LTspice, move it to somewhere in ~/.wine/drive_c folder which is the C drive in wine.
mkdir ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/examples/Educational/my_ltspice_files
# Copy file from Examples to my_ltspice_files diretory this is more pratical.
cp ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/examples/Educational/Clapp.asc ~/.wine/drive_c/Program\ Files/LTC/LTspiceXVII/examples/Educational/my_ltspice_files/Clapp.asc
# In this way it is better organized but the examples are far away from your projects directory.
mkdir ~/.wine/drive_c/my_ltspice_files_2
cp ~/my_files/test.asc ~/.wine/drive_c/my_ltspice_files_2/
The help file LTspiceHelp.chm
will not open correctly inside LTspice. But LTspice, comes also with the documentation in the PDF format. The file is LTspiceHelp.pdf
, just open it.
To open the file LTspiceHelp.pdf
just do:
-
Open the file explorer on Linux
/home/<user>/
. -
Do Ctrl + H to see the hidden files and directories that start with a "." (dot) .
-
Navegate to
~/.wine/drive_c/Program Files/LTC/LTspiceXVII/
-
Double click on the file
LTspiceHelp.pdf
. -
Do Ctrl + H to change again to not see the hidden files and directories that start with a "." (dot) .
-
LTspice - Site Analog Devices
Program, documentation, tutorials, videos.
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspice-simulator.html -
Play List - LTspice tutorial - FesZ Electronics
Great youtube Channel on LTSpice and Analog Design.
https://www.youtube.com/playlist?list=PLT84nve2j1g_wgGcm0Bv3K4RSl2Jdjsey -
Play List - LTspice - Getting Started Tutorial - Official tutorials
https://www.analog.com/en/education/education-library/videos/video-series/ltspice-getting-started-tutorial.html -
Play List - LTspice - Essentials Tutorial - Official tutorials
https://www.analog.com/en/education/education-library/videos/video-series/ltspice-essentials-tutorial.html -
Video - LTspice - Stepping Parameters
https://www.analog.com/en/education/education-library/videos/5579239884001.html -
Book - The LTSpice XVII simulator - Commands and Applications
by Gilles Brocard -
Book - The LTSpice IV Simulator - Manual, methods and applications
by Gilles Brocard
daniw/ltspice.sh
- install ltspice on ubuntu (arch commented)
Note: I use this info but updated it and modified it.
https://gist.github.com/daniw/7439488
-
How to learn modern Electronics
https://github.com/joaocarvalhoopen/How_to_learn_modern_electronics -
Most common Components in electronics
https://github.com/joaocarvalhoopen/Most_common_components_in_electronics
- The links to all my guides are in:
Guides on Linux - Programming - Embedded - Electronics - Aeronautics
https://github.com/joaocarvalhoopen/Guides_Linux-Programming-Electronics-Aeronautics
Best regards,
João Nuno Carvalho