ntop on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S ntop

* (Optional) Uninstall ntop on Arch using YAY

$ yay -Rns ntop

2. Manually Install "ntop" via AUR

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

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

b. Clone ntop's git locally

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

c. Go to ~/ntop folder and install it

$ cd ~/ntop $ makepkg -si

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

ID: 1007723
Name: ntop
PackageBaseID: 162342
PackageBase: ntop
Version: 5.0.1-15
Description: A network traffic probe that shows the network usage.
URL: https://www.ntop.org/
NumVotes: 6
Popularity: 0.01755
OutOfDate:
Maintainer: bidulock
Submitter: Foxboron
FirstSubmitted: 1611176888
LastModified: 1640064986
URLPath: /cgit/aur.git/snapshot/ntop.tar.gz

5. The same packages on other Linux Distributions