[Ethereum] How to install Parity on Ubuntu

enodeinstallationparityUbuntu

I am new in Linux Ubuntu and I want to install Parity UI to add an enode. For this, I need to install Parity on Ubuntu. Is there any commands for this? And where can I download its executable file?

Best Answer

The Parity page has a one-line install command provided:

bash <(curl https://get.parity.io -Lk) -r stable
Related Topic