Horje
installing ruby on rails ubuntu 20.04 Code Example
install ruby ubuntu 20.04
sudo apt update
sudo apt install ruby-full
installing ruby on rails ubuntu 20.04
sudo apt install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list

sudo apt-get update
sudo apt-get install git-core zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev software-properties-common libffi-dev nodejs yarn
Source: gorails.com




Shell

Related
install ruby environment on ubuntu 20.04 Code Example install ruby environment on ubuntu 20.04 Code Example
dpkg install force Code Example dpkg install force Code Example
list hdfs running linux Code Example list hdfs running linux Code Example
git pull in forked repo Code Example git pull in forked repo Code Example
comprimir carpeta linux comando Code Example comprimir carpeta linux comando Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10