Install moodle
Installing moodle package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install moodle
moodle package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | moodle |
version | 2.7.13+dfsg-1 |
description | course management system for online learning |
subsection | web |
website | moodle.org |
maintainer | Moodle Packaging Team |
Uninstall moodle
To remove just moodle package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove moodle
Uninstall moodle and it’s dependent packages
To remove the moodle package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove moodle
Purging moodle
If you also want to delete configuration and/or data files of moodle from Debian Sid then this will work:
sudo apt-get purge moodle
To delete configuration and/or data files of moodle and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove moodle