- Download WebStorm for Linux platform: https://www.jetbrains.com/webstorm/download/download-thanks.html?platform=linux
- Extract the archive using
sudo tar xvzf WebStorm-2019.3.3.tar.gz -C /opt
- Rename the folder
sudo mv WebStorm-193.6494.34/ WebStorm
- Start it
cd WebStorm/bin && ./webstorm.sh
- Add shortcut from within WebStorm interface: Open Tools -> Create Desktop Entry
Created
February 14, 2020 04:21
-
-
Save siamkreative/00fcfc9a2fa3d86bb9d9d20ba25fd449 to your computer and use it in GitHub Desktop.
Installing WebStorm on Fedora 31
Find your package name in:
sudo dnf list installed
then,
sudo dnf remove package_name
ezzz!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can it be removed?