Installing
- 
2. Downloading WebStormDownload Latest WebStorm day Trial Installer 
- 
3. Extracting WebStormDouble-Click on Archive and Extract into /tmp.  
 Or from Command Line:tar xvzf ~/Downloads/WebStorm*.tar.gz -C /tmp/ 
- 
4. Installing WebStormInstalling WebStorm IDE on Fedora 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
