0

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.

kavindu
  • 305
  • 2
  • 5
  • 13
  • 1
    [Robo 3T](https://robomongo.org/) is deprecated. Why do you need to install it? – ray Jan 31 '23 at 04:47

2 Answers2

1

Finally i installed Robo 3T using snap packages.

sudo apt update
sudo apt install snapd
sudo snap install robo3t-snap
robo3t-snap
kavindu
  • 305
  • 2
  • 5
  • 13
0
  • you should start with this command also when your robo3t is installed but not start on Ubuntu linux

    DISABLE_WAYLAND=1 robo3t-snap

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 19 '23 at 01:33