Decision GuidanceTeX Distribution for Linux (Puppy-Lucid)

Don't know which distribution is the right one for you? Then this is the place to go!
Post Reply
psionman
Posts: 30
Joined: Thu Nov 10, 2011 3:33 pm

TeX Distribution for Linux (Puppy-Lucid)

Post by psionman »

I've been using LaTeX on windows for about 12 months (MiKTeX and WinShell), but now I've got an old laptop up with Puppy-Lucid (Linux) and I would like to use LaTeX on this.

Can anyone please point me to some resources to help be choose and install suitable software to make this possible

NB: I'm a real newbie on Linux and have to have my hand held a lot.

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

TeX Distribution for Linux (Puppy-Lucid)

Post by Stefan Kottwitz »

You could install from the repositories, using a package manager such as Synaptic or type on the command prompt, in a terminal window:

Code: Select all

sudo apt-get install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
or, for a full installation

Code: Select all

sudo apt-get install texlive-full
Or, install the newest TeX Live, this is what I did.
Stefan
LaTeX.org admin
kvbx
Posts: 1
Joined: Wed Feb 15, 2012 11:01 pm

Re: TeX Distribution for Linux (Puppy-Lucid)

Post by kvbx »

apt-get wont work on Puppy Linux.
You can get Texlive *.sfs files here:
http://boxen.math.washington.edu/home/emil/Latex/
Post Reply