WebStorm IDE Ubuntu 18.10 - Installation
-
Installing WebStorm IDE on Ubuntu GNU/Linux.
Giving the right Permissions:
sudo chown -R root:root /tmp/WebStorm*
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Relocating WebStorm contents:sudo mv /tmp/WebStorm* /opt/WebStorm
Making a symlink:
sudo ln -s /opt/WebStorm/bin/webstorm.sh /usr/local/bin/webstorm
Contents