minishift on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S minishift

* (Optional) Uninstall minishift on Arch using YAY

$ yay -Rns minishift

2. Manually Install "minishift" via AUR

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

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

b. Clone minishift's git locally

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

c. Go to ~/minishift folder and install it

$ cd ~/minishift $ makepkg -si

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

ID: 803589
Name: minishift
PackageBaseID: 131659
PackageBase: minishift
Version: 1.34.3-1
Description: Run OpenShift locally
URL: https://github.com/minishift/minishift
NumVotes: 3
Popularity: 0
OutOfDate: 1618911740
Maintainer:
Submitter: svenstaro
FirstSubmitted: 1524010204
LastModified: 1602503820
URLPath: /cgit/aur.git/snapshot/minishift.tar.gz