Chinaunix首页 | 论坛 | 博客
  • 博客访问: 672452
  • 博文数量: 198
  • 博客积分: 4256
  • 博客等级: 上校
  • 技术积分: 1725
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-15 13:12
文章分类

全部博文(198)

文章存档

2012年(12)

2011年(39)

2010年(135)

2009年(12)

我的朋友

分类: LINUX

2010-09-13 15:22:32

今天安装varnish:

  To use the varnish-cache.org repository, add one of

deb  hardy varnish-2.1 
deb  lucid varnish-2.1

to /etc/apt/sources.list, then run apt-get update ; apt-get install varnish.

添加源之后 sudo apt-get update出错:

W: GPG error: lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 60E7C096C4DEFFEB

输入以下命令:
sudo gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 60E7C096C4DEFFEB
gpg --armor --export 60E7C096C4DEFFEB | apt-key add -
sudo apt-get update


阅读(1535) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~