kavindu
kavindu

Reputation: 587

Install Robo 3T on Ubuntu 22.04.1 (Not Studio 3T)

I need to install robo 3T on ubuntu 22.04.1. But it has latest release called Studio 3T. When i was installed robo 3T it automatically converted to studio 3T. Can anyone guide me to install old version.(Robo 3T).

I also use command line commands and also use binaries.

Upvotes: 1

Views: 9606

Answers (2)

Vinay Danidhariya
Vinay Danidhariya

Reputation: 41

  • you should start with this command also when your robo3t is installed but not start on Ubuntu linux

    DISABLE_WAYLAND=1 robo3t-snap

Upvotes: 3

kavindu
kavindu

Reputation: 587

Finally i installed Robo 3T using snap packages.

sudo apt update
sudo apt install snapd
sudo snap install robo3t-snap
robo3t-snap

Upvotes: 3

Related Questions