# 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pliangroup.gitbook.io/plian/using-the-blockchain/validator-node-guides/alternate-installation-instructions/installation-instructions-for-ubuntu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
