首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >403禁止安装npm - Ubuntu 14.0

403禁止安装npm - Ubuntu 14.0
EN

Stack Overflow用户
提问于 2018-12-27 08:36:04
回答 1查看 1.1K关注 0票数 1

我试图在我的ubuntu14.0服务器上安装npm和Nodejs。

我已经使用sudo apt-get install nodejs安装了nodejs,但是当我安装npm时,我得到了403个禁止错误。

代码语言:javascript
复制
    $ sudo apt-get install npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
gyp libc-ares-dev libjs-node-uuid libssl-dev libssl-doc libssl1.0.2
libv8-3.14-dev node-abbrev node-ansi node-archy node-async node-block-stream
node-combined-stream node-cookie-jar node-delayed-stream node-forever-agent
node-form-data node-fstream node-fstream-ignore node-github-url-from-git
node-glob node-graceful-fs node-gyp node-inherits node-ini
node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-normalize-package-data node-npmlog node-once node-osenv node-qs
node-read node-read-package-json node-request node-retry node-rimraf
node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent
node-which nodejs-dev zlib1g zlib1g-dev
Suggested packages:
node-hawk node-aws-sign node-oauth-sign node-http-signature
The following NEW packages will be installed:
gyp libc-ares-dev libjs-node-uuid libssl-dev libssl-doc libv8-3.14-dev
node-abbrev node-ansi node-archy node-async node-block-stream
node-combined-stream node-cookie-jar node-delayed-stream node-forever-agent
node-form-data node-fstream node-fstream-ignore node-github-url-from-git
node-glob node-graceful-fs node-gyp node-inherits node-ini
node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-normalize-package-data node-npmlog node-once node-osenv node-qs
node-read node-read-package-json node-request node-retry node-rimraf
node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent
node-which nodejs-dev npm zlib1g-dev
The following packages will be upgraded:
libssl1.0.2 zlib1g
2 upgraded, 53 newly installed, 0 to remove and 257 not upgraded.
Need to get 4,062 kB/5,590 kB of archives.
After this operation, 16.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y

然后我说Y

代码语言:javascript
复制
WARNING: The following packages cannot be authenticated!
libssl1.0.2 libssl-dev libssl-doc
Install these packages without verification? [y/N] y

然后我说Y,这里是我得到禁止错误的地方。

代码语言:javascript
复制
Err http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/ trusty/main libssl1.0.2 amd64 1.0.2h-1+deb.sury.org~trusty+1
403  Forbidden
Err http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/ trusty/main libssl-dev amd64 1.0.2h-1+deb.sury.org~trusty+1
403  Forbidden
Err http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/ trusty/main libssl-doc all 1.0.2h-1+deb.sury.org~trusty+1
403  Forbidden
E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/pool/main/o/openssl/libssl1.0.2_1.0.2h-1+deb.sury.org~trusty+1                                                                                                            _amd64.deb  403  Forbidden

E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2h-1+deb.sury.org~trusty+1_                                                                                                            amd64.deb  403  Forbidden

E: Failed to fetch http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu/pool/main/o/openssl/libssl-doc_1.0.2h-1+deb.sury.org~trusty+1_                                                                                                            all.deb  403  Forbidden

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

我想我在安装这些软件包时遇到了困难:

代码语言:javascript
复制
libssl1.0.2 libssl-dev libssl-doc
EN

回答 1

Stack Overflow用户

发布于 2018-12-27 08:44:41

代码语言:javascript
复制
sudo apt-key update
sudo apt-get update

应该管用的。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53942030

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档