TeX Live and MacTeX ⇒ tlmgr error in TexLive 2010
Re: tlmgr error in TexLive 2010
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
tlmgr error in TexLive 2010

Code: Select all
/usr/local/bin/kpsewhich
Re: tlmgr error in TexLive 2010
kpsewhich is a similar program for finding out which versions of LaTeX packages will be used, or how certain LaTeX variables are set. I thought you might have more than one version of kpsewhich installed, in which case, if the wrong one was being used by tlmgr, it might be looking in the wrong places for things.
But that doesn't seem to be the case. Still you might try things like "which -a latex" to see if it's installed more than once (though symlinks, etc., can confuse it).
In any case, when TL 2010 was first released the better part of a year ago, I did have it (and tlmgr) running on Ubuntu without problems. I've since switched Linux distributions, but I don't know what is causing your problems.
tlmgr error in TexLive 2010
I'm still waiting for the guys in the guys at the mailing list to answer my question of kerning flaws with XeTex, remember?

Oops...


Re: tlmgr error in TexLive 2010
Maybe you should try the same with Debian Squeeze!?
tlmgr error in TexLive 2010
Anyhow, I don't think this has something to do with the operating system, rather with something I must have screwed during the installation (i.e. installing the wrong package).
tlmgr error in TexLive 2010
Debian is a Linux distribution. There are four different flavors of stability: stable, testing, unstable, and experimental, which are in some ways comparable to release, release candidate, beta, and alpha.AleCes wrote:What's Debian Squeeze? Kind of Kubuntu???
Debian Squeeze (= Debian 6) is the upcoming stable version of Debian, which has not reached the stable mark yet. (So currently it is still "testing".)
Ubuntu is a Debian based Linux distribution which tries to be up-to-date ("bleeding edge"), trendy, and more easy for the novice. For up-to-date reasons it is not based on Debian stable (which components tend to have a certain age) but on a mix of unstable, testing, and stable components instead (AFAIK mostly unstable). For trendy reasons they have their own artwork and fonts. And for lowering the barrier for novices they have more pre-installed packages than Debian, have added some small extra tools (e.g. Ubuntu Software Center and Computer Janitor), and offer an installer for Windows (WUBI).
However, since Ubuntu is Debian-based most of the package names, installation instructions etc. are valid for both, Ubuntu and Debian.
tlmgr error in TexLive 2010
- Install and update Ubuntu 10.10 (into a VM with Guest Additions)
- Download and unpack TL2010 installer
- "sudo ./install-tl"
- Select option "Create symlinks to standard directories"
- Start installation of TeXlive
- Test TeXlive with "pdflatex test" where test.tex is a minimal LaTeX document => ok
- "sudo apt-get install perl-tk perl-doc equivs"
- Create and install texlive-local_2009-1_all.deb (see http://www.tug.org/texlive/debian.html)
- "sudo apt-get install texworks" (this should NOT install any TeX related packages except texworks => ok)
- Test TeXworks => ok
- "sudo tlmgr update --all" => ok
- "sudo tlmgr gui", install an additional package, re-create format files, ... => ok