kafka on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S kafka

* (Optional) Uninstall kafka on Arch using YAY

$ yay -Rns kafka

2. Manually Install "kafka" via AUR

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

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

b. Clone kafka's git locally

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

c. Go to ~/kafka folder and install it

$ cd ~/kafka $ makepkg -si

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

ID: 1121472
Name: kafka
PackageBaseID: 83309
PackageBase: kafka
Version: 2.12_3.2.1-1
Description: A high-throughput distributed messaging system
URL: https://kafka.apache.org/
NumVotes: 26
Popularity: 0.015256
OutOfDate:
Maintainer: thor77
FirstSubmitted: 1403694350
LastModified: 1659552538
URLPath: /cgit/aur.git/snapshot/kafka.tar.gz

5. The same packages on other Linux Distributions