Skip to main content

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.

  1. Download the Robomotion application for Linux from robomotion.io/downloads.

  2. Install it from a terminal:

    sudo dpkg -i ~/Downloads/robomotion_26.8.2_amd64.deb
    sudo apt-get install -f -y

    Adjust the version to match the file you downloaded.

    The second line matters: dpkg installs the package but does not resolve its dependencies, so it will report anything missing and leave the package half-configured. apt-get install -f pulls those in and finishes the job.

  3. Check it landed:

    robomotion-deskbot --version

Next

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.