How to Install Processing 3 on Ubuntu 18.10 Cosmic Easy Guide

October 16, 2018 | By the+gnu+linux+evangelist.

How to Install Processing 3 on Ubuntu 18.10 Cosmic - Setting Up

  1. 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

  2. 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

QuickChic Theme • Powered by WordPress