python2-fuse on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S python2-fuse

* (Optional) Uninstall python2-fuse on Arch using YAY

$ yay -Rns python2-fuse

2. Manually Install "python2-fuse" via AUR

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

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

b. Clone python2-fuse's git locally

$ git clone https://aur.archlinux.org/python2-fuse.git ~/python2-fuse

c. Go to ~/python2-fuse folder and install it

$ cd ~/python2-fuse $ makepkg -si

3. Information about the python2-fuse package on Arch User Repository (AUR)

ID: 1129269
Name: python2-fuse
PackageBaseID: 155729
PackageBase: python2-fuse
Version: 1.0.5-1
Description: This is a Python 2 interface to libfuse (https://github.com/libfuse/libfuse), a simple interface for userspace programs to export a virtual filesystem to the Linux kernel
URL: https://pypi.org/project/fuse_python/1.0.5
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: IslandC0der
Submitter: IslandC0der
FirstSubmitted: 1595357204
LastModified: 1661209750
URLPath: /cgit/aur.git/snapshot/python2-fuse.tar.gz

5. The same packages on other Linux Distributions