deepin15.4安装Meteor开发环境

为什么80%的码农都做不了架构师?>>>   hot3.png

 1.先安装curl,sudo apt-get install curl

2.通过curl https://install.meteor.com/ | sh  安装meteor

root@bysu-PC:~# apt-get install curl
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
下列软件包是自动安装的并且现在不需要了:
  deluge-common fonts-freefont-ttf libboost-chrono1.61.0 libboost-python1.61.0
  libboost-random1.61.0 libmikmod3 libportmidi0 libsdl-image1.2 libsdl-mixer1.2
  libsdl-ttf2.0-0 libsmpeg0 libtorrent-rasterbar9 musescore-soundfont-gm
  python-attr python-libtorrent python-notify python-pam python-pyasn1-modules
  python-pygame python-serial python-service-identity python-twisted-bin
  python-twisted-core python-twisted-web python-xdg python-zope.interface
  timgm6mb-soundfont
使用'apt autoremove'来卸载它(它们)。
下列【新】软件包将被安装:
  curl
升级了 0 个软件包,新安装了 1 个软件包,要卸载 0 个软件包,有 8 个软件包未被升级。
需要下载 218 kB 的归档。
解压缩后会消耗 339 kB 的额外空间。
获取:1 http://packages.deepin.com/deepin unstable/main amd64 curl amd64 7.50.1-1 [218 kB]
已下载 218 kB,耗时 0秒 (383 kB/s)
正在选中未选择的软件包 curl。
(正在读取数据库 ... 系统当前共安装有 131522 个文件和目录。)
正准备解包 .../curl_7.50.1-1_amd64.deb  ...
正在解包 curl (7.50.1-1) ...
正在设置 curl (7.50.1-1) ...
正在处理用于 man-db (2.7.5-1) 的触发器 ...
root@bysu-PC:~# curl
curl: try 'curl --help' or 'curl --manual' for more information
root@bysu-PC:~# curl https://install.meteor.com/ | sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7786    0  7786    0     0    600      0 --:--:--  0:00:12 --:--:--  1841
Downloading Meteor distribution
######################################################################## 100.0%
curl: (16) Error in the HTTP2 framing layer
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...
######################################################################## 100.0%
curl: (22) The requested URL returned error: 416
Retrying download in 5 seconds...

Meteor 1.4.3.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.

To get started fast:

  $ meteor create ~/my_cool_app
  $ cd ~/my_cool_app
  $ meteor

Or see the docs at:

  docs.meteor.com

 

转载于:https://my.oschina.net/bysu/blog/851635

你可能感兴趣的:(deepin15.4安装Meteor开发环境)