How to install Pharo on Gnu/Linux

Download the Pharo and decompress the file
$ unzip Pharo.zip
$ sudo mv Pharo /opt/
Create the pharo.desktop file and paste the following contents
Move .desktop file to .local/share/applications/
$ mv pharo.desktop .local/share/applications/
Create ~/.icons directory
$ mkdir ~/.icons
$ sudo cp /opt/pharo6.1–64/icons/Pharo.png ~/.icons
Happy Coding!