Thursday, January 28, 2016

Install PhpStorm on OpenSUSE

1. Download PhpStorm from JetBrains
2. Unzip the folder and copy it into a destination where you want to keep.
3. Go To the copied folder and navigate into Bin folder.
4. In a bin folder, open terminal window.
5. Type ./phpstorm.sh and hit Enter
6. Then you're done! :)

Kate Terminal Not Working on OpenSUSE

If Kate terminal is not working on your OpenSUSE device, it might be because of konsole not being installed on your computer.

Just enter the following command in terminal to install konsole:

sudo zypper in konsole

and then it should work.
Good Luck!