How to Install WebStorm on Linux mint 18.03

To Install WebStorm on Linux mint 18.03

WebStorm is a coding assistance for JavaScript. It is compiled-to-JavaScript languages, Node.js, HTML and CSS. In this tutorial, we will cover the installation of Webstrom on linuxmint-18.03.

Features

  • Modern frameworks,
  • Debugging, tracing and testing,
  • Seamless tool integration.

Installation.

Download webstrom tar ball file from its official website by using “wget” command.

linuxhelp ~ # wget https://download-cf.jetbrains.com/webstorm/WebStorm-2018.2.3.tar.gz
--2018-09-14 15:31:13--  https://download-cf.jetbrains.com/webstorm/WebStorm-2018.2.3.tar.gz
Resolving download-cf.jetbrains.com (download-cf.jetbrains.com)... 52.222.190.152, 52.222.190.15, 52.222.190.73, ...
Connecting to download-cf.jetbrains.com (download-cf.jetbrains.com)|52.222.190.152|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 248679038 (237M) [binary/octet-stream]
Saving to: ‘WebStorm-2018.2.3.tar.gz’

WebStorm-2018.2.3.tar.gz  100%[====================================>] 237.16M   875KB/s    in 13m 11s 

2018-09-14 15:44:24 (307 KB/s) - ‘WebStorm-2018.2.3.tar.gz’ saved [248679038/248679038]

Extract the downloaded tar file using “tar” command.

linuxhelp ~ # tar -zxvf WebStorm-2018.2.3.tar.gz 
WebStorm-182.4323.44/bin/log.xml
WebStorm-182.4323.44/build.txt
WebStorm-182.4323.44/help/ReferenceCard.pdf
WebStorm-182.4323.44/help/ReferenceCardForMac.pdf
WebStorm-182.4323.44/lib/annotations-16.0.2.jar
WebStorm-182.4323.44/lib/annotations-java5.jar
WebStorm-182.4323.44/lib/asm-all.jar
.
.
.
WebStorm-182.4323.44/jre64/bin/pack200
WebStorm-182.4323.44/jre64/bin/policytool
WebStorm-182.4323.44/jre64/bin/rmid
WebStorm-182.4323.44/jre64/bin/rmiregistry
WebStorm-182.4323.44/jre64/bin/servertool
WebStorm-182.4323.44/jre64/bin/tnameserv
WebStorm-182.4323.44/jre64/bin/unpack200

Go to bin directory then run the following command.

linuxhelp ~ # cd WebStorm-182.4323.44/bin/
inuxhelp bin # ./webstorm.sh
Sep 14, 2018 5:19:10 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
Sep 14, 2018 5:19:10 PM java.util.prefs.FileSystemPreferences$6 run
WARNING: Prefs file removed in background /root/.java/.userPrefs/prefs.xml

Now you can create new project use in webstrom application

webstrom application now you can use.

With this, the method to install gthumb on Linuxmint-18.03 comes to an end.

Tag : webstorm
FAQ
Q
How to add repository for installing webstrom in ubuntu?
A
Add repository for installing webstrom in ubuntu by below command


# add-apt-repository ppa:webupd8team/java
Q
what is the next procedure after updating system repository package for webstorm?
A
After updating system repository package you can install Oracle-java9-installer by using the following command.


# apt-get install oracle-java9-installer
Q
How to download web storm tarball file from its official website from ubuntu terminal?
A
download web storm tarball file from its official website from ubuntu terminal by using the below link,


# wget https://download.jetbrains.com/webstorm/WebStorm-2018.1.tar.gz
Q
what is the uses of installing webstrom in ubuntu?
A
WebStorm is a coding assistance for JavaScript. It is compiled-to-JavaScript languages, Node.js, HTML, and CSS. Installation of Webstorm in Ubuntu is easy
Q
what are all the features of installing webstrom?
A
The features of webstrom are,


&bull Modern frameworks


&bull Debugging, tracing and testing


&bull Seamless tool integration