TeX Live and MacTeX ⇒ tlmgr Not availabe
tlmgr Not availabe
I have removed and reinstalled the same basic version, but no luck. Does anybody know what the cause is and how to fix it? as there doesn't seem to be many people having this problem.
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
Re: tlmgr Not availabe
tlmgr Not availabe
This is what I got from tex -v, I installed it with the instal-tl, rather than Synaptic.TeX 3.141592 (Web2C 7.5.6)
kpathsea version 3.5.6
Copyright 2007 D.E. Knuth.
Re: tlmgr Not availabe
When was this? I get:
TeX 3.1415926 (Web2C 7.5.7)
kpathsea version 3.5.7
Copyright 2008 D.E. Knuth.
And I installed several months ago.
Ubuntu actually ships with an older version of TeX, if I'm not mistaken. Do you have a /usr/local/texlive/2008/ directory? If so, maybe you just forgot to add the texlive binary folder to your path, so it's calling the old one (and can't find tlmgr)....
tlmgr Not availabe
I have the /usr/local/texlive/2008/ directory, which folder are you suggesting I add and to where?
Thanks
Re: tlmgr Not availabe
It says to do this on the installation instructions for tl-install here:
http://www.tug.org/texlive/quickinstall.html
In Ubuntu 9.04 (not Kubuntu), I accomplished this by editing the .profile file in my home directory, and added these lines at the end:
PATH=/usr/local/texlive/2008/bin/i386-linux:$PATH
MANPATH=/usr/local/texlive/2008/texmf/doc/man:$MANPATH
INFOPATH=/usr/local/texlive/2008/texmf/doc/info:$INFOPATH
(You could put them in .bashrc or similar if you prefer.)
(Then logged out and logged back in.) I think the same process should work for Kubuntu, but I've never used Kubuntu, so I don't know. Otherwise google editing your path for Kubuntu.
(Also if you're using the 64bit version, the directory won't be "i386-linux", but something similar... you'll have to check.)
tlmgr Not availabe
I tried running it with gksudo and before it brings up the login prompt I get the error message "User i does not exist".install: apa
Tk::Error: /usr/local/texlive/2008/bin/i386-linux/tlmgr: mkdir(/usr/local/texlive/2008/temp/) failed, goodbye: Permission denied
TeXLive::TLUtils::mkdirhier at /usr/local/texlive/2008/tlpkg/TeXLive/TLUtils.pm line 533
TeXLive::TLMedia::_install_package at /usr/local/texlive/2008/tlpkg/TeXLive/TLMedia.pm line 258
TeXLive::TLMedia::install_package at /usr/local/texlive/2008/tlpkg/TeXLive/TLMedia.pm line 158
main::action_install at /usr/local/texlive/2008/bin/i386-linux/tlmgr line 1808
main::execute_action at /usr/local/texlive/2008/bin/i386-linux/tlmgr line 293
main::execute_action_gui at /usr/local/texlive/2008/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl line 696
main::install_selected_packages at /usr/local/texlive/2008/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl line 456
main::__ANON__ at /usr/local/texlive/2008/texmf/scripts/texlive/tlmgrgui/do_listframe.pl line 208
Tk callback for .notebook.install.labelframe2.button
Tk::__ANON__ at /usr/lib/perl5/Tk.pm line 250
Tk::Button::butUp at /usr/lib/perl5/Tk/Button.pm line 175
<ButtonRelease-1>
(command bound to event)
I also tried installing it via the command line, but it still fails. Where am I going wrong?
