1. download the latest installation from here

  2. extract file
      tar -xvzf processing-3.5.3-linux64.tgz
    
  3. install
    cd processing-3.5.3
    ./install.sh
    
  4. uninstall (optional)
    cd processing-3.5.3
    ./uninstall.sh