Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install ruby

$ sudo apt-get install ruby-full
Comment

ruby install

$ brew install ruby
Comment

Install Ruby

//Install Ruby
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build

//Add description to .bashrc
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc

//Check the version of Ruby that can be installed
rbenv install -l

//Install Ruby
rbenv install 3.0.4

//gcc installation error
sudo apt install gcc

//Make installation error
sudo apt install make

//lack of "openssl", "readline" and "zlib" error
apt-get install -y libssl-dev libreadline-dev zlib1g-dev

//specify the version with rbenv
rbenv global 3.0.4

//check the version of Ruby
ruby -v
Comment

ruby install

apt-get install ruby
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

install ruby

sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install ruby2.5 ruby2.5-dev build-essential dh-autoreconf
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu drag and drop to desktop 
Shell :: delete elem soup 
Shell :: install packages from txt 
Shell :: pyopengl install 
Shell :: windows ssh-copy-id 
Shell :: how to install cuda on ubuntu 
Shell :: command to lock a user 
Shell :: pip install rasterio 
Shell :: bash cut delimiter last field 
Shell :: enable usb port ubuntu 
Shell :: raspberry wifi scan 
Shell :: pwd linux 
Shell :: conda install huggingface hub 
Shell :: what is a shell 
Shell :: pacman remove package 
Shell :: install rabbitmq docker image 
Shell :: diff specific file git different branches 
Shell :: how to remove remote origin from git repo 
Shell :: install aws cli version 2 
Shell :: Display lines containing the pattern “root” and 3 lines after them in the file /etc/passwd. 
Shell :: unity localization 
Shell :: move the file from one linux user to another 
Shell :: delete branch github 
Shell :: how to check command history in linux with date and time 
Shell :: bash else if 
Shell :: create patch in git 
Shell :: how to install windows command line installer scoop 
Shell :: download post man in linux 
Shell :: trailing whitespace git apply 
Shell :: debian install ping 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =