create-next-app on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S create-next-app

* (Optional) Uninstall create-next-app on Arch using YAY

$ yay -Rns create-next-app

2. Manually Install "create-next-app" via AUR

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

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

b. Clone create-next-app's git locally

$ git clone https://aur.archlinux.org/create-next-app.git ~/create-next-app

c. Go to ~/create-next-app folder and install it

$ cd ~/create-next-app $ makepkg -si

3. Information about the create-next-app package on Arch User Repository (AUR)

ID: 1181455
Name: create-next-app
PackageBaseID: 168780
PackageBase: create-next-app
Version: 13.0.6-1
Description: Create Next.js-powered React apps with one command.
URL: https://www.npmjs.com/package/create-next-app
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: kugland
FirstSubmitted: 1625854762
LastModified: 1670831692
URLPath: /cgit/aur.git/snapshot/create-next-app.tar.gz