首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ubuntu 装配nginx

2013-01-26 
ubuntu 安装nginxapt-get install python-software-properties ??添加GPG Key,? 安装时需要用到gpg --keys

ubuntu 安装nginx
apt-get install python-software-properties

?

?

添加GPG Key,? 安装时需要用到

gpg --keyserver keyserver.ubuntu.com --recv-key ABF5BD827BD9BF62gpg -a --export ABF5BD827BD9BF62 | apt-key add -

?结果

gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
root@shell:~# gpg -a --export ABF5BD827BD9BF62 | apt-key add -
OK

?

apt-get update apt-get install nginx

?这样最新版的nginx就安装好了

热点排行