nedit on AUR (Arch User Repository)

Last updated: May 07,2024

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

$ yay -S nedit

* (Optional) Uninstall nedit on Arch using YAY

$ yay -Rns nedit

2. Manually Install "nedit" via AUR

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

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

b. Clone nedit's git locally

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

c. Go to ~/nedit folder and install it

$ cd ~/nedit $ makepkg -si

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

ID: 1110784
Name: nedit
PackageBaseID: 177572
PackageBase: nedit
Version: 5.7-4
Description: A Unix text editor for programmers and general users
URL: https://sourceforge.net/projects/nedit
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: carlosal1015
Submitter: arojas
FirstSubmitted: 1648836001
LastModified: 1657583817
URLPath: /cgit/aur.git/snapshot/nedit.tar.gz