mrouted on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S mrouted

* (Optional) Uninstall mrouted on Arch using YAY

$ yay -Rns mrouted

2. Manually Install "mrouted" via AUR

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

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

b. Clone mrouted's git locally

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

c. Go to ~/mrouted folder and install it

$ cd ~/mrouted $ makepkg -si

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

ID: 1268033
Name: mrouted
PackageBaseID: 51042
PackageBase: mrouted
Version: 4.5-1
Description: An implementation of the DVMRP multicast routing protocol. It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers.
URL: https://github.com/troglobit/mrouted
NumVotes: 9
Popularity: 0.000297
OutOfDate:
Maintainer: bidulock
Submitter:
FirstSubmitted: 1311750817
LastModified: 1685903466
URLPath: /cgit/aur.git/snapshot/mrouted.tar.gz

5. The same packages on other Linux Distributions