How to install the JavaScript WebStorm IDE on Linux via Flatpak

If you are a web developer and you are working on JavaScript, react, angular JS, typescript and many more. You can use the JavaScript WebStorm IDE tool for writing your programs and run it.

If you don’t know how to install the JavaScript WebStorm IDE on Linux based computers, then you can follow the below steps for installing JavaScript WebStorm IDE tool on your Linux based system.

How to Install JavaScript WebStorm IDE on Linux via Flatpak

You can follow the below commands to install JavaScript WebStorm IDE on Linux via Flatpak.

  1. First, Open your system terminal
  2. After that, you need to type below commands on your system for installing JavaScript WebStorm IDE tool. Wait for sometimes until your WebStorm IDE files download and install it. Be patient
    flatpak install –user https://flathub.org/repo/appstream/com.jetbrains.WebStorm.flatpakref
  3.  If you already use the WebStorm IDE tool on your Linux system then you can use the below commands to update with the latest version,
    flatpak –user update com.jetbrains.WebStorm
  4. After that, Installing your program files in your system, then you can use the below commands to run your program.
    flatpak run com.jetbrains.WebStorm

How to uninstall WebStorm IDE tool on Linux

If you don’t like this program, the you can use the below command for uninstalling the program.

flatpak –user uninstall com.jetbrains.WebStorm

Or

flatpak uninstall com.jetbrains.WebStorm