How to Install Processing 3 on Ubuntu 18.10 Cosmic - Setting Up
-
4. Relocating Processing
Relocate Processing into System Folder
(For a Local installation without Admin Privileges install into Home…)
Setting the SuperUser as Owner.sudo chown -R root:root /tmp/processing*
Switch the Processing directory
sudo mv /tmp/processing* /opt/processing
If Got “User is Not in Sudoers file” then see: How to Enable sudo
-
5. Making Symlink
Add Processing to Ubuntu Path
By making a Symlink:sudo ln -s /opt/processing/processing /usr/local/bin/processing
Or Locally by:
ln -s /opt/processing/processing /home/magcig/.local/bin/processing
Contents