mesos on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S mesos

* (Optional) Uninstall mesos on Arch using YAY

$ yay -Rns mesos

2. Manually Install "mesos" via AUR

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

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

b. Clone mesos's git locally

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

c. Go to ~/mesos folder and install it

$ cd ~/mesos $ makepkg -si

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

ID: 670623
Name: mesos
PackageBaseID: 83810
PackageBase: mesos
Version: 1.9.0-1
Description: A cluster manager that simplifies the complexity of running applications on a shared pool of servers
URL: http://mesos.apache.org/
NumVotes: 14
Popularity: 0
OutOfDate: 1600291180
Maintainer:
Submitter: dseg
FirstSubmitted: 1405331268
LastModified: 1574760614
URLPath: /cgit/aur.git/snapshot/mesos.tar.gz