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 :: git push origin master 
Shell :: set java_home permanently ubuntu 
Shell :: pesquisar codigo commit 
Shell :: get file size in bash 
Shell :: How to Get VS Code Extensions as .ps1 for Installing to Another Computer 
Shell :: dual boot kali linux isnt showing 
Shell :: kill port mac terminal 
Shell :: How to install LAMP in Ubuntu 20.04? 
Shell :: install sail into existing laravel 8 project 
Shell :: how to disable password for ssh sudo users only 
Shell :: install pytorch lightning 
Shell :: heroku rebuild 
Shell :: add current directory to path 
Shell :: What command do you use to pull any changes from the master repository into your local repository? 
Shell :: ubuntu install tar.xz 
Shell :: check library installed in google colab 
Shell :: update submodule git 
Shell :: install psql 
Shell :: bash scripts options without arg 
Shell :: gitignore tracked files 
Shell :: linux how to undeo ctrl+z 
Shell :: iptables deny all 
Shell :: watch distro linux 
Shell :: how to create a host driver in docker 
Shell :: ubuntu output to file and terminal 
Shell :: docker-compose update changes 
Shell :: sudo: effective uid is not 0 
Shell :: flutter create command 
Shell :: git branch delete all local branches 
Shell :: sudo cd command not found 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =