mockito on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S mockito

* (Optional) Uninstall mockito on Arch using YAY

$ yay -Rns mockito

2. Manually Install "mockito" via AUR

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

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

b. Clone mockito's git locally

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

c. Go to ~/mockito folder and install it

$ cd ~/mockito $ makepkg -si

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

ID: 350313
Name: mockito
PackageBaseID: 55221
PackageBase: mockito
Version: 2.2.8-1
Description: A java mocking framework that lets you write beautiful tests with a clean and simple API
URL: https://github.com/mockito/mockito
NumVotes: 6
Popularity: 0
OutOfDate: 1706101080
Maintainer:
Submitter: schuay
FirstSubmitted: 1324640813
LastModified: 1477600607
URLPath: /cgit/aur.git/snapshot/mockito.tar.gz