Step-by-step – Processing 3 Installation in Fedora 35

September 25, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 2. Downloading Processing 3

    Download the Latest Processing 3 Release for Linux

    Processing Linux .tgz
  2. 3. Extracting Processing 3

    Now Extract Processing into /tmp Folder
    In case Double-Click/Right-Click to Open it with the Archive Manager:

    How to Install Processing 3 on Fedora 35 - Extract Processing

  3. 4. Installing Processing 3

    Next Relocate Processing Archive
    For a System-wide Installation, first Set the SuperUser as Owner with:

    sudo chown -R root:root /tmp/processing*

    And then Switch it into a System Folder like:
    (But for a Local Installation simply store somewhere into your’s Home Folder.)

    sudo mv /tmp/processing* /opt/processing

    Again Add Processing to Fedora Path.

    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

    Next to Make Processing IDE Desktop Launcher
    For a System-Wide Setup:

    sudo sh /opt/processing/install.sh

    Instead, only for your User:

    sh /opt/processing/install.sh
  4. 5. Setting Up Java

    Check if Oracle Java JRE is Installed

    java -version

    How to Install Oracle Java JRE 8 on Linux: SetUp Java Oracle JRE 8 on Linux.

    Fixing Java for Processing
    Remove the Bundle Java release:

    sudo rm -rf /opt/processing/java

    Symlinking the Oracle JRE Installation:

    sudo ln -s /usr/java/[jre1.X] /opt/processing/java

    To finds the [jre1.X] Value to be replaced:

    ls /usr/java

Contents


QuickChic Theme • Powered by WordPress