I can not install the webstorm in ubuntu, I downloaded it on the site and etc but I can not install, does anyone know how to install via terminal?
I can not install the webstorm in ubuntu, I downloaded it on the site and etc but I can not install, does anyone know how to install via terminal?
Enter the WebStorm folder, then enter the bin folder, then run the following command sudo ./webstorm.sh
, after that it will open a wizard in the graphical interface and it's just next, next and finish.
Note: If there is a problem at the time of script execution, it may be something related to permitting the file webstorm.sh
, and you only have to execute a chmod +x webstorm.sh
before.