Skip to Content

exeLearning Deployments

downloads    deployments
https://github.com/exelearning/exelearning/releases

https://exelearning.github.io/exelearning/install/#option-1-official-repositories-recommended\
Debian/Ubuntu (APT)

Add APT repo and install

# Import GPG key
sudo curl -fsSL https://exelearning.github.io/exelearning/deb/public.gpg \
  -o /usr/share/keyrings/exelearning.gpg

# Add the repository
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/exelearning.gpg] https://exelearning.github.io/exelearning/deb stable main" \
  | sudo tee /etc/apt/sources.list.d/exelearning.list >/dev/null

# Update metadata and install
sudo apt update
sudo apt install -y exelearning
Rating
1 0

There are no comments for now.

to be the first to leave a comment.