Ubuntu 22 Runtime update
- Stop the Runtime service by typing:
sudo systemctl stop UbiquityRuntimeService.service
. - 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. - 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
orn
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. - To start the Runtime, run the
sudo systemctl start UbiquitySetupHost.service
command in the/etc/systemd/system
folder. - Ensure that the
UbiquityRuntimeService.service
service is up and running by typingsudo systemctl status UbiquityRuntimeService.service
.