codeigniter on AUR (Arch User Repository)

Last updated: June 23,2024

1. Install "codeigniter" 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 codeigniter on Arch using YAY

$ yay -S codeigniter

* (Optional) Uninstall codeigniter on Arch using YAY

$ yay -Rns codeigniter

2. Manually Install "codeigniter" via AUR

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

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

b. Clone codeigniter's git locally

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

c. Go to ~/codeigniter folder and install it

$ cd ~/codeigniter $ makepkg -si

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

ID: 695399
Name: codeigniter
PackageBaseID: 52215
PackageBase: codeigniter
Version: 3.1.11-1
Description: An object-oriented web-application framework for PHP projects
URL: http://www.codeigniter.com
NumVotes: 8
Popularity: 0
OutOfDate:
Maintainer:
Submitter:
FirstSubmitted: 1315319736
LastModified: 1581359308
URLPath: /cgit/aur.git/snapshot/codeigniter.tar.gz