> For the complete documentation index, see [llms.txt](https://pliangroup.gitbook.io/plian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pliangroup.gitbook.io/plian/master/using-the-blockchain/validator-node-guides/alternate-installation-instructions/installation-instructions-for-ubuntu.md).

# Installation Instructions for Ubuntu

{% hint style="info" %}
Ubuntu 16.04 is recommended to run Pchain
{% endhint %}

Installing from PPA, or [install from release](https://github.com/pchain-org/pchain/wiki/Install-pchain-from-release) (If you want to become Pchain validator, we recommend you to install from release)

```
sudo apt update
sudo apt upgrade
sudo apt install software-properties-common
sudo add-apt-repository -y ppa:pchainorg/pchain
sudo apt update
sudo apt install pchain
```

You should now be able to check the different options and commands with 'pchain --help'.

Upgrade the latest version of 'pchain'

```
sudo apt update
sudo apt dist-upgrade
```
