Skip to content

Install all dependencies

Bruno Perles edited this page May 5, 2021 · 10 revisions

Install Git

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

Before proceeding with the installation of Ruby:

  • run sudo apt-get -y install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libpq-dev. These libraries are needed to install Ruby and all necessary gems to run PIA.