Skip to content

Instantly share code, notes, and snippets.

@2called-chaos
Created September 11, 2014 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2called-chaos/dbf41c821893e883ee85 to your computer and use it in GitHub Desktop.
Save 2called-chaos/dbf41c821893e883ee85 to your computer and use it in GitHub Desktop.
root@ubuntu:~# aptitude search ruby2
c libruby2.0 - Libraries necessary to run Ruby 2.0
p libruby2.0:i386 - Libraries necessary to run Ruby 2.0
p ruby-ruby2ruby - Generate pure ruby code easily from ParseTree's Sexps
p ruby2.0 - Interpreter of object-oriented scripting language Ruby
p ruby2.0:i386 - Interpreter of object-oriented scripting language Ruby
p ruby2.0-dev - Header files for compiling extension modules for the Ruby 2.0
p ruby2.0-dev:i386 - Header files for compiling extension modules for the Ruby 2.0
p ruby2.0-doc - Documentation for Ruby 2.0
p ruby2.0-tcltk - Ruby/Tk for Ruby 2.0
p ruby2.0-tcltk:i386 - Ruby/Tk for Ruby 2.0
root@ubuntu:~# aptitude install ruby2.0
The following NEW packages will be installed:
libjs-jquery{a} libruby1.9.1{a} libruby2.0{a} libyaml-0-2{a} ruby{a} ruby1.9.1{a} ruby2.0 rubygems-integration{a}
0 packages upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/5,713 kB of archives. After unpacking 26.8 MB will be used.
Do you want to continue? [Y/n/?]
Selecting previously unselected package libyaml-0-2:amd64.
(Reading database ... 91170 files and directories currently installed.)
Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../libjs-jquery_1.7.2+dfsg-2ubuntu1_all.deb ...
Unpacking libjs-jquery (1.7.2+dfsg-2ubuntu1) ...
Selecting previously unselected package ruby.
Preparing to unpack .../ruby_1%3a1.9.3.4_all.deb ...
Unpacking ruby (1:1.9.3.4) ...
Selecting previously unselected package ruby1.9.1.
Preparing to unpack .../ruby1.9.1_1.9.3.484-2ubuntu1_amd64.deb ...
Unpacking ruby1.9.1 (1.9.3.484-2ubuntu1) ...
Selecting previously unselected package libruby1.9.1.
Preparing to unpack .../libruby1.9.1_1.9.3.484-2ubuntu1_amd64.deb ...
Unpacking libruby1.9.1 (1.9.3.484-2ubuntu1) ...
Selecting previously unselected package libruby2.0:amd64.
Preparing to unpack .../libruby2.0_2.0.0.484-1ubuntu2_amd64.deb ...
Unpacking libruby2.0:amd64 (2.0.0.484-1ubuntu2) ...
Selecting previously unselected package ruby2.0.
Preparing to unpack .../ruby2.0_2.0.0.484-1ubuntu2_amd64.deb ...
Unpacking ruby2.0 (2.0.0.484-1ubuntu2) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../rubygems-integration_1.5_all.deb ...
Unpacking rubygems-integration (1.5) ...
Processing triggers for man-db (2.6.7.1-1) ...
Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3) ...
Setting up libjs-jquery (1.7.2+dfsg-2ubuntu1) ...
Setting up ruby (1:1.9.3.4) ...
Setting up ruby1.9.1 (1.9.3.484-2ubuntu1) ...
Setting up libruby1.9.1 (1.9.3.484-2ubuntu1) ...
Setting up rubygems-integration (1.5) ...
Setting up ruby2.0 (2.0.0.484-1ubuntu2) ...
Setting up libruby2.0:amd64 (2.0.0.484-1ubuntu2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
root@ubuntu:~# ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
root@ubuntu:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment