How to Install Processing on Linux Mint Debian and Getting Started Easily

January 19, 2015 | By the+gnu+linux+evangelist.

Processing Quick Start on LMDE

Hi! The Tutorial shows you Step-by-Step How to Install Processing 3 on Linux Mint Debian Edition 2012/2013/2014 i386/amd64 Desktop.

All the Steps Involved in Getting-Started with a Productive Art Generation Processing 3 Environment are Clearly Described.

Especially relevant: the Installation of the Oracle Java Runtime is Required for Coding in Java with Processing 3 Sketches.

The Instructions, Commands and Descriptions for Install Processing on Debian Guide give Focus only to the Essentials.

Install Processing on LMDE - Featured
  1. Download the Latest Processing 3 Release for Linux

    Processing Linux .tgz
  2. Double-Click or Right-Click on Archive and Extract into /tmp
    Install Processing on Debian - Archive Extraction

  3. Open Terminal Window
    (Press “Enter” to Execute Commands).

  4. Check if Java JDK is Installed

    java -version

    How to Install Required Oracle Java JDK on Debian:

    How to Setup Oracle JDK 7 on Linux Mint Debian Distro

  5. Relocate Processing.

    Fix the Permissions with:

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

    Then Switch the contents:

    sudo mv /tmp/processing* /opt/processing

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  6. How to Add Processing to LMDE Path.

    su -c "ln -s /opt/processing/processing 
    /usr/local/bin/processing"
  7. Processing How to Getting-Started Using Libraries

    Processing Quick Tutorials
  8. How to Create an Application Launcher for Quick Starting

    Making App Launcher Guide
  9. So Now Thanks to the Processing Foundation you Should Finally, Fully Enjoy the Processing Experience on LMDE ;)

    Install Processing on LMDE - Processing Command Window


QuickChic Theme • Powered by WordPress