kibana on AUR (Arch User Repository)

Last updated: May 10,2024

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

$ yay -S kibana

* (Optional) Uninstall kibana on Arch using YAY

$ yay -Rns kibana

2. Manually Install "kibana" via AUR

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

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

b. Clone kibana's git locally

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

c. Go to ~/kibana folder and install it

$ cd ~/kibana $ makepkg -si

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

ID: 1015746
Name: kibana
PackageBaseID: 174831
PackageBase: kibana
Version: 7.10.2-1
Description: Browser based analytics and search dashboard for Elasticsearch
URL: https://www.elastic.co/products/kibana
NumVotes: 0
Popularity: 0
OutOfDate: 1641840658
Maintainer:
Submitter: hashworks
FirstSubmitted: 1641659389
LastModified: 1641659389
URLPath: /cgit/aur.git/snapshot/kibana.tar.gz

5. The same packages on other Linux Distributions