0

About phpstorm all i found was this: How to install PhpStorm in Ubuntu 14.04 LTS?

But since wget links are forbidden now, this dont work. Anyone have an update on this?

About intelliJ I found this: Setup and install IntelliJ with JDK

But this is not with the package manager. Is it still possible to do this?

mrfr
  • 339
  • 1
    I don't think that Netbeans offers PPA for their programs and I also don't see any PPA for phpstorm and IntelliJ, you need to download and upgrade these applications manually. – Ege Sucu Mar 04 '17 at 20:07
  • Yea, I dowloaded the tar.gz files and installed them like such instead. – mrfr Mar 04 '17 at 21:50

1 Answers1

0

What worked quite nice for me (Ubuntu 16.04 and PhpStorm 2017.3.2) was installing PhpStorm as a Snap package:

sudo snap install phpstorm --classic

as mentioned on PhpStorm's official download page.

Some more useful info about Snaps, you can find here.

userfuser
  • 134
  • 7