Hier mein file:
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
# Host alias specification
# User alias specification
User_Alias FULLTIMERS = info
# Cmnd alias specification
Cmnd_Alias APT = /usr/bin/apt-get, \
/usr/bin/apt-cache, \
/usr/bin/dpkg, \
/usr/bin/editor, \
/usr/sbin/dpkg-reconfigure, \
/etc/init.d/*, \
/usr/sbin/update-alternatives, \
/usr/lib/apt-move/fetch, \
/usr/bin/dselect, \
/usr/bin/alien, \
/usr/bin/feta
# User privilege specification
root ALL=(ALL) ALL
FULLTIMERS ALL=(ALL) APT
### end
wenn ich als user info apt-get nutze, so kommt die meldung:
info@debian:~$ apt-get install twiki
E: Konnte Lockdatei /var/lib/dpkg/lock nicht öffnen - open (13 Keine Berechtigung)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
---
so habe ich mir das nicht vorgestellt
weiss jemand was ich falsch gemacht habe?