I have this output from my terminal:
Code: Select all
he@he-ThinkPad-T61:~$ tlmgr --gui
Laden der lokalen TeX Live Datenbank
Das kann einige Zeit dauern, bitte warten!
You don't have permission to change the installation in any way,
specifically, the directory /usr/local/texlive/2011/tlpkg/ is not writable.
Please run this program as administrator, or contact your local admin.
Fertig.
he@he-ThinkPad-T61:~$ cd /usr/local/texlive/2011/tlpkg
he@he-ThinkPad-T61:/usr/local/texlive/2011/tlpkg$ dir
backups README texlive.profile texworks tlpostcode
installer TeXLive texlive.tlpdb tlpobj translations
he@he-ThinkPad-T61:/usr/local/texlive/2011/tlpkg$ sudo tlmgr --gui
[sudo] password for he:
sudo: tlmgr: command not found
he@he-ThinkPad-T61:/usr/local/texlive/2011/tlpkg$
Code: Select all
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ -d /etc/profile.d ]; then
[...]
and so on ...
I guess this is the standard-ish part of this file
[...]
fi
fi
[now the important part]
export PATH=/usr/local/texlive/2011/bin/x86_64-linux:$PATH
export MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2011/texmf/doc/info:$INFOPATH
http://tex.stackexchange.com/questions/ ... how-to-fix
http://latex-community.org/forum/viewto ... 12&t=12817
... but those didn't help a lot.
Can someone please tell me what to do? I'm really confused about the whole thing. I am pretty sure I selected this symlinks-option thing for the installation process.