Edit Links |
LyX /
LyXOnUbuntu
<< RedHat | Page list | Mac OS X >>
How to install correctly LyX on Ubuntu (Debian users should use LyXOnDebian). FAQLyX 1.5.3 from Ubuntu/hardy doesn't work here. What now?In most cases you've just installed Qt 4.4 packages from hardy-backports which are incompatible with LyX prior to the 1.5.5 release. You should read https://bugs.launchpad.net/ubuntu/+source/lyx/+bug/228067 and then decide if you want to read on here to install LyX 1.5.5 or stay with the packaged 1.5.3 version and Qt 4.3. InstallationThe version of LyX in Ubuntu 7.04 (and probably on other versions as well) is too old (1.4.x); we would suggest that you'll download manually the newest appropriate package from Download. Also, it is strongly recommended to install the package For Hebrew issues, see Hebrew On Linux. Tip: Find extra packages to install using SynapticDaniel wrote the following: Only recently I found that under Synaptic, the LyX package being
selected, you could right-click and "select recommended/suggested
packages for installing". A fairly large list in the first case, even
larger in the second.
I have not installed all of them. Instead, I compiled my (not-so-long)
own list of useful packages. I could post it here if someone asks, or
maybe it could go to the Wiki page Peleg Michaeli has started.
It's true that some of these packages are almost mandatory...
After I copied Daniel's advice to this page, I (Christian) followed his advice by doing the following steps:
Here's a few command lines that installs a few packages: sudo apt-get install texlive-latex-recommended texlive-fonts-recommended sudo apt-get install preview-latex-style dvipng imagemagick sudo apt-get install psutils latex-xft-fonts gv sudo apt-get install chktex dvipost texlive-latex-extra In addition, I installed a font (?) package that texlive recommended: sudo apt-get install lmodern Hope this helps, Christian A few more remarks: 1. You should not add blindly all of the "recommended" packages, as some of them obviously dupicate each other (e.g. xpdf and evince); 2. Here are some more packages NOT listed as "recommended" or "suggested" that you might want to add:
Hope this helps, Daniel Locally installed LaTeX filestexlive
Tip: Use MPM with UbuntuMPM is the MiKTeX Package Manager (MiKTeX being the most popular LaTeX distribution for the Windows platform). It has been ported to Unix and descendants, albeit command-line only (so far). One nice feature of MiKTeX is that LaTeX packages are provided for download individually, rather than in large bundles. A blog entry by Stefan Kottwitz gives concise instructions on how to install MPM in Ubuntu Hardy. Once it's installed, you can easily download and install individual LaTeX packages. For instance, I installed xypic.sty using the line /Paul Categories |