Install Moodle 4.4-Ubuntu 24.04: Difference between revisions

From Dboswiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
  https://www.webhostingzone.org/blog/how-to-install-moodle-on-ubuntu-22-04
  https://www.webhostingzone.org/blog/how-to-install-moodle-on-ubuntu-22-04
==Update Repo==
 
==Update Repo==


  sudo apt update
  sudo apt update
  sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https  
  sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https  
  sudo add-apt-repository ppa:ondrej/php
  sudo add-apt-repository ppa:ondrej/php

Revision as of 01:23, 27 April 2024

https://www.webhostingzone.org/blog/how-to-install-moodle-on-ubuntu-22-04

Update Repo

sudo apt update
sudo apt install software-properties-common ca-certificates lsb-release apt-transport-https 
sudo add-apt-repository ppa:ondrej/php