Ich lief apt-cache policy sudo
vor und nach der Installation sudo
:
vor der Installation:
# apt-cache policy sudo
sudo:
Installed: (none)
Candidate: 1.8.5p2-1+nmu1
Version table:
1.8.5p2-1+nmu1 0
500 http://ftp.se.debian.org/debian/ wheezy/main i386 Packages
#
Nach der Installation:
# apt-cache policy sudo
sudo:
Installed: 1.8.5p2-1+nmu1
Candidate: 1.8.5p2-1+nmu1
Version table:
*** 1.8.5p2-1+nmu1 0
500 http://ftp.se.debian.org/debian/ wheezy/main i386 Packages
100 /var/lib/dpkg/status
#
Wie kann man die Zahlen 500 und 100 verstehen? Sind das irgendwelche Statuscodes? Was bedeutet außerdem *** vor der Paketversion, wenn diese installiert ist?