FullJS uses APT (Advanced Package Tool) to handle its installation and removal.

Roughly every 4 weeks a new major Stable release is done, so you should be prepared to update at least this often. 

Update the list of packages known by your system

apt update

Upgrade the FullJS package and all its dependencies

The commands below installs the FullJS environment and its dependencies on your server.

apt --only-upgrade install fulljs

Automatic Upgrading (UnattendedUpgrades)

The purpose of unattended-upgrades is to keep FullJS current with the latest security (and other) updates automatically.

If you use automatic upgrading your software developed by the WebIDE must be able to handle FullJS environment restarts and full system reboots.

For more information please visit https://wiki.debian.org/UnattendedUpgrades