Maintaining Open Source Singularity Since 2017
How to Install SingularityCE from the EPEL Repository
By Adam Hughes
EPEL (Extra Packages for Enterprise Linux) is a community project from Fedora, providing high-quality add-on packages for Red Hat Enterprise Linux (RHEL) and its compatible derivatives, such as AlmaLinux, Oracle Linux, Rocky Linux, and others. EPEL repository is a great resource for users who need additional software packages not included in the default RHEL distribution.
By integrating SingularityCE with EPEL, starting with release 3.10.4, users can more easily install and manage the installation using a native package management tool. Here is an example procedure for installing EPEL and SingularityCE in Alma Linux, along with an accompanying short video:
To confirm you have a compatible OS, this command will display the OS version and name installed:
cat /etc/os-release
Install and enable the EPEL repository:
sudo dnf install epel-release
Type ‘Y’ at the prompt, EPEL is now installed
sudo dnf update
Type ‘Y’ at the prompt to refresh the repository.
If you wish to confirm the version and package information of the latest SingularityCE:
dnf info singularity-ce
Install SingularityCE latest version:
sudo dnf install singularity-ce
Type ‘Y’ at the prompt.
To verify the installation:
singularity --version
Take a look at the video showing how easy it is to enable the EPEL repository and install SingularityCE in Alma Linux:
For more information about SingularityCE, please visit: https://sylabs.io/docs.
Direct links to the latest SingularityCE User Guide or the SingularityCE Administrator Guide
Join Our Mailing List
Recent Posts
Related Posts
Ensuring Singularity Enterprise Continuity: Crafting a Disaster Recovery Plan
In the dynamic world of IT operations, disaster recovery procedures stand as the secret weapon, quietly ensuring the resilience and continuity of businesses. Whether it's a natural disaster, a cyberattack, or a hardware failure, having a robust disaster recovery plan...
Sylabs Launches the Singularity Containers Certification
The SingularityCE Platform is Vital for Container Technology ExpertsSylabs, the global leader in providing tools and services for performance-intensive container technology, today announces the launch of a new certification focusing on the Singularity container...
Remote Building with OCI Registries
This blog post will demonstrate how to use a definition file in a remote build that references an Open Container Initiative (OCI) image stored in Singularity Enterprise and Singularity Container Services.First, create an account in Singularity Container Service. To do...