Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install ruby json gem in aws ec2

# List amazon-linux extras
amazon-linux-extras list

# Output
# 39  ruby2.6=latest           enabled      [ =2.6  =stable ]
# 57  ruby3.0=latest           enabled      [ =stable ]

sudo amazon-linux-extras install ruby2.6

# Install ruby-devel to compile json gem
yum install ruby-devel

# Install json gem
gem install json
Comment

PREVIOUS NEXT
Code Example
Shell :: heroku push non main branch 
Shell :: delete playerprefs with new application install unity 
Shell :: git diff without change mode 
Shell :: scp local to ssh aws 
Shell :: rm rf except one directory 
Shell :: create new git branch and switch to it 
Shell :: install qtpy 
Shell :: dropbox linux 
Shell :: create github repo with curl 
Shell :: openssh setup firewall on windows 
Shell :: use output of pipe xargs 
Shell :: create ssh key github 
Shell :: multiple commands one line linux 
Shell :: bitnami cert 
Shell :: ubuntu install brew 
Shell :: git clone set directory 
Shell :: how to install drawing in ubuntu 
Shell :: npm uninstall multiple packages 
Shell :: add directory to path on linux 
Shell :: homebrew install autoconf 
Shell :: creat a new repository push 
Shell :: drupal export db to backup 
Shell :: install hass.io docker raspberry pi 
Shell :: redux installation 
Shell :: github clone submodules 
Shell :: no shell command in vs code 
Shell :: see all merge conflict git 
Shell :: how to silence operation not permitted 
Shell :: put grep output in a file 
Shell :: convert mkv to mp4 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =