uftpd on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S uftpd

* (Optional) Uninstall uftpd on Arch using YAY

$ yay -Rns uftpd

2. Manually Install "uftpd" via AUR

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

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

b. Clone uftpd's git locally

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

c. Go to ~/uftpd folder and install it

$ cd ~/uftpd $ makepkg -si

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

ID: 1135937
Name: uftpd
PackageBaseID: 128367
PackageBase: uftpd
Version: 2.15-1
Description: FTP/TFTP server for Linux that just works
URL: https://github.com/troglobit/uftpd
NumVotes: 6
Popularity: 4.0E-5
OutOfDate:
Maintainer: jgmdev
Submitter: jgmdev
FirstSubmitted: 1514173203
LastModified: 1662471264
URLPath: /cgit/aur.git/snapshot/uftpd.tar.gz

5. The same packages on other Linux Distributions