Installation Instructions for Ubuntu
Installing from PPA, or install 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
Last updated
Was this helpful?