Skip to content

Instantly share code, notes, and snippets.

@castrojo
Created October 28, 2020 15:34
Show Gist options
  • Save castrojo/6f6ff0052ee043b877b79bd73b5f958d to your computer and use it in GitHub Desktop.
Save castrojo/6f6ff0052ee043b877b79bd73b5f958d to your computer and use it in GitHub Desktop.
$  sudo apt install ruby
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libllvm10 libllvm10:i386
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
libruby2.7 rake ruby2.7
Suggested packages:
ri ruby-dev
The following NEW packages will be installed:
libruby2.7 rake ruby ruby2.7
0 upgraded, 4 newly installed, 0 to remove and 24 not upgraded.
Need to get 3,689 kB of archives.
After this operation, 17.8 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 ruby2.7 amd64 2.7.0-5ubuntu1.1 [95.6 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu focal/main amd64 ruby amd64 1:2.7+1 [5,412 B]
Get:3 http://us.archive.ubuntu.com/ubuntu focal/main amd64 rake all 13.0.1-4 [61.6 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 libruby2.7 amd64 2.7.0-5ubuntu1.1 [3,526 kB]
Fetched 3,689 kB in 1s (4,412 kB/s)
Selecting previously unselected package ruby2.7.
(Reading database ... 189929 files and directories currently installed.)
Preparing to unpack .../ruby2.7_2.7.0-5ubuntu1.1_amd64.deb ...
Unpacking ruby2.7 (2.7.0-5ubuntu1.1) ...
Selecting previously unselected package ruby.
Preparing to unpack .../ruby_1%3a2.7+1_amd64.deb ...
Unpacking ruby (1:2.7+1) ...
Selecting previously unselected package rake.
Preparing to unpack .../archives/rake_13.0.1-4_all.deb ...
Unpacking rake (13.0.1-4) ...
Selecting previously unselected package libruby2.7:amd64.
Preparing to unpack .../libruby2.7_2.7.0-5ubuntu1.1_amd64.deb ...
Unpacking libruby2.7:amd64 (2.7.0-5ubuntu1.1) ...
Setting up rake (13.0.1-4) ...
Setting up libruby2.7:amd64 (2.7.0-5ubuntu1.1) ...
Setting up ruby2.7 (2.7.0-5ubuntu1.1) ...
Setting up ruby (1:2.7+1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.1) ...
Processing triggers for man-db (2.9.1-1) ...
jorge  hamilton  ~  $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment