python-memprof on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S python-memprof

* (Optional) Uninstall python-memprof on Arch using YAY

$ yay -Rns python-memprof

2. Manually Install "python-memprof" via AUR

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

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

b. Clone python-memprof's git locally

$ git clone https://aur.archlinux.org/python-memprof.git ~/python-memprof

c. Go to ~/python-memprof folder and install it

$ cd ~/python-memprof $ makepkg -si

3. Information about the python-memprof package on Arch User Repository (AUR)

ID: 600040
Name: python-memprof
PackageBaseID: 129022
PackageBase: python-memprof
Version: 0.3.6-1
Description: A memory profiler for Python. It logs and plots the memory usage of all the variables.
URL: http://jmdana.github.io/memprof/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: jose1711
Submitter: jose1711
FirstSubmitted: 1515369050
LastModified: 1554061564
URLPath: /cgit/aur.git/snapshot/python-memprof.tar.gz