DEV Community

jeann
jeann

Posted on

Install IDES Line Command Ubuntu

I love PhpStorm, WebStorm, and RubyMine for install in Ubuntu through command line is very easy, look:

PhpStorm:

sudo snap install phpstorm --classic

WebStorm:

sudo snap install webstorm --classic

RubyMine:

sudo snap install rubymine --classic

Thank!

Latest comments (0)