python2-dex on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S python2-dex

* (Optional) Uninstall python2-dex on Arch using YAY

$ yay -Rns python2-dex

2. Manually Install "python2-dex" via AUR

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

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

b. Clone python2-dex's git locally

$ git clone https://aur.archlinux.org/python2-dex.git ~/python2-dex

c. Go to ~/python2-dex folder and install it

$ cd ~/python2-dex $ makepkg -si

3. Information about the python2-dex package on Arch User Repository (AUR)

ID: 359973
Name: python2-dex
PackageBaseID: 66143
PackageBase: python2-dex
Version: 0.6-1
Description: A MongoDB performance tuning tool that compares queries to the available indexes in the queried collection(s) and generates index suggestions based on simple heuristics.
URL: https://github.com/mongolab/dex
NumVotes: 0
Popularity: 0
OutOfDate: 1646707766
Maintainer: larryhaja
FirstSubmitted: 1357664026
LastModified: 1480097854
URLPath: /cgit/aur.git/snapshot/python2-dex.tar.gz