-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
First install the dependencies.
sudo apt install git libcairo2-dev gcc python3-dev libgirepository1.0-dev libostree-dev fuse-overlayfs python3-venv libcap-dev autoconf meson ostreesudo dnf install git cairo-devel gcc python3-devel gobject-introspection-devel ostree-devel fuse-overlayfs libcap-devel autoconf cairo-gobject-devel meson ostreesudo pacman -Sy base-devel cairo git gobject-introspection-runtime python3 ostree fuse-overlayfs mesonClone maps to somewhere convenient.
git clone https://github.com/aaruni96/maps.git && cd mapsSetup a python venv, and install the python dependencies.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtCheck that MaPS works
./src/maps --list!!THIS IS CURRENTLY EXPERIMENTAL!!
Note, this requires a distribution which bundles the
python-tuspypackage, for example, Debian 12 and newer, or Ubuntu 24.04 and newer. Check https://repology.org/project/python%3Atuspy/versions for more details.
-
Download the maps installer in the
.debformat from https://github.com/mardI4NFDI/maps/releases/latest . -
Install this file using the terminal
sudo apt install ./maps*.deb
MaPS is published on the Arch User Repository (aur). You can download and install MaPS from the AUR.
Install maps using your aur helper. For example, if you use yay, the command is
yay -S maps-
Install tuspy from the aur.
git clone https://aur.archlinux.org/python-tuspy.git && cd python-tuspy makepkg -si
-
Install maps from the aur
git clone https://aur.archlinux.org/maps.git && cd maps makepkg -si
sudo dnf install dnf-plugins-coresudo dnf copr enable aaruni96/python3-tuspy
sudo dnf copr enable aaruni96/mapssudo dnf install maps