phpstorm on AUR (Arch User Repository)

Last updated: September 21,2024

1. Install "phpstorm" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install phpstorm on Arch using YAY

$ yay -S phpstorm

* (Optional) Uninstall phpstorm on Arch using YAY

$ yay -Rns phpstorm

2. Manually Install "phpstorm" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone phpstorm's git locally

$ git clone https://aur.archlinux.org/phpstorm.git ~/phpstorm

c. Go to ~/phpstorm folder and install it

$ cd ~/phpstorm $ makepkg -si

3. Information about the phpstorm package on Arch User Repository (AUR)

ID: 1425372
Name: phpstorm
PackageBaseID: 45651
PackageBase: phpstorm
Version: 2023.3.5-1
Description: Lightweight and Smart PHP IDE
URL: https://www.jetbrains.com/phpstorm/
NumVotes: 227
Popularity: 1.483001
OutOfDate:
Maintainer: freswa
Submitter:
FirstSubmitted: 1295724521
LastModified: 1710189402
URLPath: /cgit/aur.git/snapshot/phpstorm.tar.gz