Ubuntu 22 Runtime update

  1. Stop the Runtime service by typing: sudo systemctl stop UbiquityRuntimeService.service .
  2. Download the UBIQUITY Runtime package related to the Ubuntu 22 distribution on the remote device and run the installation command:
    sudo apt install ./UbiquityRuntime_Ubuntu22_<version>.deb

    and replace the <version> with the actual version.

  3. If you are updating an older Runtime version you might be prompted to activate specific security settings: File transfers security restriction and Processes security restriction. These settings are located in the Settings section of the Runtime user interface. Type Y or n as needed.
    Note: You can change these settings later, by accessing the Settings section of the Runtime user interface and flag or unflag the affected checkbox.
  4. To start the Runtime, run the sudo systemctl start UbiquitySetupHost.service command in the /etc/systemd/system folder.
  5. Ensure that the UbiquityRuntimeService.service service is up and running by typing sudo systemctl status UbiquityRuntimeService.service.