WebStorm IDE Ubuntu 19.04 - Installing
-
Installing WebStorm IDE on Ubuntu GNU/Linux.
Set the root User as Owner:
sudo chown -R root:root /tmp/WebStorm*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
And then Relocate WebStorm contents:sudo mv /tmp/WebStorm* /opt/WebStorm
Finally, ake a symlink from Easy Launching on CLI:
sudo ln -s /opt/WebStorm/bin/webstorm.sh /usr/local/bin/webstorm
Contents