Linux Installation
info
Robomotion supports Ubuntu 22.04 and Ubuntu 24.04 on AMD64.
On a Raspberry Pi, see Raspberry Pi — that build is ARM64 on Debian 13.3.
-
Download the Robomotion application for Linux from robomotion.io/downloads.
-
Install it from a terminal:
sudo dpkg -i ~/Downloads/robomotion_26.8.2_amd64.debsudo apt-get install -f -yAdjust the version to match the file you downloaded.
The second line matters:
dpkginstalls the package but does not resolve its dependencies, so it will report anything missing and leave the package half-configured.apt-get install -fpulls those in and finishes the job. -
Check it landed:
robomotion-deskbot --version
Next
- Connect the robot — link this machine to your workspace
Installing on a server with no desktop? Go to Linux VPS instead — an unattended robot needs a robot token, a systemd unit, and a decision about whether it needs a display at all.