paros on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S paros

* (Optional) Uninstall paros on Arch using YAY

$ yay -Rns paros

2. Manually Install "paros" via AUR

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

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

b. Clone paros's git locally

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

c. Go to ~/paros folder and install it

$ cd ~/paros $ makepkg -si

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

ID: 280423
Name: paros
PackageBaseID: 108248
PackageBase: paros
Version: 3.2.13-2
Description: Java-based HTTP/HTTPS proxy for assessing web app vulnerabilities. Supports editing/viewing HTTP messages on-the-fly, spiders, client certificates, proxy-chaining, intelligent scanning for XSS and SQLi, etc.
URL: http://www.parosproxy.org
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: mardiros
Submitter: mardiros
FirstSubmitted: 1456848169
LastModified: 1456848243
URLPath: /cgit/aur.git/snapshot/paros.tar.gz

5. The same packages on other Linux Distributions