分类: LINUX
2006-08-17 15:11:28
root@guoliang:~# apt-get install zip Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed zip 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/107kB of archives. After unpacking 213kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! zip Install these packages without verification [y/N]? n E: Some packages could not be authenticated |
root@guoliang:~/zip# wget --14:10:58-- => `ziyi_key_2006.asc' Connecting to 172.168.1.200:8000... connected. Proxy request sent, awaiting response... 200 OK Length: 2,017 (2.0K) [text/plain] 100%[==================================================================================================>] 2,017 --.--K/s 14:11:00 (71.24 MB/s) - `ziyi_key_2006.asc' saved [2017/2017] root@guoliang:~/zip# apt-key add ziyi_key_2006.asc OK root@guoliang:~/zip# |
gpg --keyserver pgpkeys.mit.edu --recv-key 2D230C5F |
root@guoliang:~# apt-key list /etc/apt/trusted.gpg -------------------- pub 1024R/1DB114E0 2004-01-15 [expired: 2005-01-27] uid Debian Archive Automatic Signing Key (2004) pub 1024D/4F368D5D 2005-01-31 [expired: 2006-01-31] uid Debian Archive Automatic Signing Key (2005) pub 1024D/B5F5BBED 2005-04-24 uid Debian AMD64 Archive Key sub 2048g/34FC6FE5 2005-04-24 pub 1024D/2D230C5F 2006-01-03 [expires: 2007-02-07] uid Debian Archive Automatic Signing Key (2006) |
root@guoliang:~# apt-get install zip Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed zip 0 upgraded, 1 newly installed, 0 to remove and 60 not upgraded. Need to get 0B/107kB of archives. After unpacking 213kB of additional disk space will be used. debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by another process Selecting previously deselected package zip. (Reading database ... 63974 files and directories currently installed.) Unpacking zip (from .../archives/zip_2.32-1_i386.deb) ... Setting up zip (2.32-1) ... |