tclsoap on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S tclsoap

* (Optional) Uninstall tclsoap on Arch using YAY

$ yay -Rns tclsoap

2. Manually Install "tclsoap" via AUR

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

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

b. Clone tclsoap's git locally

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

c. Go to ~/tclsoap folder and install it

$ cd ~/tclsoap $ makepkg -si

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

ID: 686530
Name: tclsoap
PackageBaseID: 148188
PackageBase: tclsoap
Version: 1.6.7.2-1
Description: The package provides a mechanism to bind Tcl command procedures to remote procedure calls using the Simple Object Access Protocol (SOAP) and XML-RPC over HTTP. Both client and server code is provided.
URL: http://tclsoap.sourceforge.net
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: ByReaL
Submitter: ByReaL
FirstSubmitted: 1579067430
LastModified: 1579111839
URLPath: /cgit/aur.git/snapshot/tclsoap.tar.gz