WebStorm IDE Kubuntu Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with WebStorm IDE in Kubuntu 18.04 Bionic LTS GNU+Linux Desktop.
And WebStorm for Kubuntu 18.04 is a lightweight yet powerful IDE, perfectly equipped for complex client-side development and server-side development with Node.js.
Moreover, WebStorm IDE is for Development in JavaScript, Node.js, Angular.js, Meteor, TypeScript, CoffeeScript, Dart, SASS, CSS and HTML.
Finally, WebStorm IDE main Features:
- Intelligent Coding Assistance
- Debugging, Tracing & Testing
- Seamless Tool Integration
- IDE features
-
First, Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Download Latest WebStorm 30 day Trial Installer
-
Double-Click on Archive and Extract into /tmp.
Or from Command Line:tar xvzf ~/Downloads/WebStorm*.tar.gz -C /tmp/
-
Installing WebStorm IDE on Kubuntu 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
-
Launching the WebStorm IDE.
webstorm
Install as a Trial or Insert your Credentials…
Finally, confirm for Path updating and menu Launcher Creation!
-
Getting-Started with WebStorm IDE