I have this output from my terminal:
Code: Select all
he@he-ThinkPad-T61:~$ tlmgr --guiLaden der lokalen TeX Live DatenbankDas 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/tlpkghe@he-ThinkPad-T61:/usr/local/texlive/2011/tlpkg$ dirbackups README texlive.profile texworks tlpostcodeinstaller TeXLive texlive.tlpdb tlpobj translationshe@he-ThinkPad-T61:/usr/local/texlive/2011/tlpkg$ sudo tlmgr --gui[sudo] password for he:sudo: tlmgr: command not foundhe@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[...]fifi[now the important part]export PATH=/usr/local/texlive/2011/bin/x86_64-linux:$PATHexport MANPATH=/usr/local/texlive/2011/texmf/doc/man:$MANPATHexport 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.