How to install Ruby Mine on Ubuntu(19.04) machine

Here is the steps to get install ruby mine on Ubuntu machine as-

  • Download latest Ruby Mine from official site.
  • run following command one by one-

sudo tar -zxvf RubyMine-2019.2.1.tar.gz -C /opt/
sudo mv /opt/RubyMine-2019.2.1/ /opt/RubyMine
sudo chown -R root:root /opt/RubyMine
sudo /opt/RubyMine/bin/rubymine.sh

  • Search in your computer and start working on it.

Leave a comment