Skip to content

Install all dependencies

Bruno Perles edited this page Apr 22, 2021 · 10 revisions

Install git

Type sudo apt-get install git -y in your terminal and confirm. We'll need this later to clone into the PIA repository and other necessary elements.

Before proceeding with the installation of Ruby:

  • make sure you have gcc or another C compiler installed. If you don't, run sudo apt-get install gcc -y.
  • make sure that make is installed, or run sudo apt-get install make
  • run sudo apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libpq-dev -y. These libraries are needed to install Ruby and the gems necessary for PIA to run.