-
-
Save evilensky/75febbdfbdeb49a3142f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo yum install nodejs | |
Loaded plugins: fastestmirror | |
Loading mirror speeds from cached hostfile | |
* base: mirror.wiredtree.com | |
* epel: mirror.steadfast.net | |
* extras: mirror.fdcservers.net | |
* updates: centos.expedientevirtual.com | |
Setting up Install Process | |
Resolving Dependencies | |
--> Running transaction check | |
---> Package nodejs.x86_64 0:0.10.26-1.el6 will be installed | |
--> Processing Dependency: v8(x86-64) < 1:3.15 for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Processing Dependency: v8(x86-64) >= 1:3.14.5.7 for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Processing Dependency: libv8.so.3()(64bit) for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Processing Dependency: libuv.so.0.10()(64bit) for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Processing Dependency: libhttp_parser.so.2()(64bit) for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Processing Dependency: libcares19.so.2()(64bit) for package: nodejs-0.10.26-1.el6.x86_64 | |
--> Running transaction check | |
---> Package c-ares19.x86_64 0:1.9.1-5.el6.3 will be installed | |
---> Package nodejs010-http-parser.x86_64 0:2.0-5.20121128gitcd01361.el6.centos.alt will be installed | |
--> Processing Dependency: nodejs010-runtime for package: nodejs010-http-parser-2.0-5.20121128gitcd01361.el6.centos.alt.x86_64 | |
---> Package nodejs010-libuv.x86_64 1:0.10.5-1.1.el6.centos.alt will be installed | |
---> Package v8.x86_64 1:3.14.5.10-8.el6 will be installed | |
--> Processing Dependency: libicuuc.so.42()(64bit) for package: 1:v8-3.14.5.10-8.el6.x86_64 | |
--> Processing Dependency: libicui18n.so.42()(64bit) for package: 1:v8-3.14.5.10-8.el6.x86_64 | |
--> Processing Dependency: libicudata.so.42()(64bit) for package: 1:v8-3.14.5.10-8.el6.x86_64 | |
--> Running transaction check | |
---> Package libicu.x86_64 0:4.2.1-9.1.el6_2 will be installed | |
---> Package nodejs010-runtime.x86_64 0:1-17.el6.centos.alt will be installed | |
--> Processing Dependency: scl-utils for package: nodejs010-runtime-1-17.el6.centos.alt.x86_64 | |
--> Running transaction check | |
---> Package scl-utils.x86_64 0:20120927-8.el6.centos.alt will be installed | |
--> Finished Dependency Resolution | |
Dependencies Resolved | |
============================================================================================================================================================================================================================ | |
Package Arch Version Repository Size | |
============================================================================================================================================================================================================================ | |
Installing: | |
nodejs x86_64 0.10.26-1.el6 epel 495 k | |
Installing for dependencies: | |
c-ares19 x86_64 1.9.1-5.el6.3 epel 73 k | |
libicu x86_64 4.2.1-9.1.el6_2 base 4.9 M | |
nodejs010-http-parser x86_64 2.0-5.20121128gitcd01361.el6.centos.alt scl 22 k | |
nodejs010-libuv x86_64 1:0.10.5-1.1.el6.centos.alt scl 51 k | |
nodejs010-runtime x86_64 1-17.el6.centos.alt scl 1.0 M | |
scl-utils x86_64 20120927-8.el6.centos.alt scl 15 k | |
v8 x86_64 1:3.14.5.10-8.el6 epel 3.0 M | |
Transaction Summary | |
============================================================================================================================================================================================================================ | |
Install 8 Package(s) | |
Total download size: 9.6 M | |
Installed size: 31 M | |
Is this ok [y/N]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment