Ho fatto come hai detto tu ma [tt]sudo tlmgr[/tt] continua a non funzionare.
Questo è il contenuto del file che si apre nel Terminale se do’ [tt]visudo[/tt]:
` GNU nano 2.2.6 File: /etc/sudoers.tmp
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path=”/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2013/bin/i386-linux/tex”
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on “#include” directives:
#includedir /etc/sudoers.d
`
Ho anche riavviato il sistema dopo la modifica a [tt]/etc/sudoers.tmp[/tt]
E questo è il risultato
`
guest@aliquis:~$ sudo tlmgr
[sudo] password for guest:
Sorry, try again.
[sudo] password for guest:
tlmgr: missing action; try –help if you need it.
guest@aliquis:~$
`
NB: la mia username è proprio `[tt]guest[/tt].`
NBB: se do’ il comando [tt]which tex[/tt] e ricevo come risposta [tt]/usr/local/texlive/2013/bin/i386-linux/tex[/tt], questo è in linea con l’installazione? Era prevedibile che rispondesse così?