Zain Kamal ([email protected]) 2023/06/12
Goal: Install Singularity on eos-daq.
Singularity documentation provides options to build from source or install from a .deb package. This is for the latter.
Run:
# navigate to desired directory
# get latest release from https://github.com/sylabs/singularity/releases for 20.04
wget https://github.com/sylabs/singularity/releases/download/v3.11.3/singularity-ce_3.11.3-focal_amd64.deb
# install
sudo apt-get install ./singularity-ce_3.11.3-focal_amd64.deb