Processing is a free and open source software sketchbook for Windows, MacOS and Linux. You can use Processing IDE to develop interactive applications using different programming languages. It currently supports Java, Android, Python, and Javascript. It is released under GNU GENERAL PUBLIC LICENSE Version 2.The main goal of this program is to teach non-programmers the fundamentals of computer programming in a visual context. It is best suited for electronic arts, new media art, and visual design students.
Install Processing IDE on Ubuntu Linux
Processing IDE is available via flatpak from flathub. If you don’t have flatpak on your system install it via the below link and restart your system.
How to to install flatpak and flathub
Open the terminal software (ctrl+alt+t) and run below Processing IDE flatpak installation command. It will install the latest stable on your Linux system.
flatpak install flathub org.processing.processingide
Run Processing IDE using below command.
flatpak run org.processing.processingide
You can also uninstall Processing IDE via
sudo flatpak uninstall org.processing.processingide
That’s it.