Install moodle-debian-edu-theme
Installing moodle-debian-edu-theme package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install moodle-debian-edu-theme
moodle-debian-edu-theme package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | moodle-debian-edu-theme |
version | 1.0.4 |
description | Skolelinux theme and skin for moodle |
subsection | web |
maintainer | Debian QA Group |
Uninstall moodle-debian-edu-theme
To remove just moodle-debian-edu-theme package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove moodle-debian-edu-theme
Uninstall moodle-debian-edu-theme and it’s dependent packages
To remove the moodle-debian-edu-theme package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove moodle-debian-edu-theme
Purging moodle-debian-edu-theme
If you also want to delete configuration and/or data files of moodle-debian-edu-theme from Debian Sid then this will work:
sudo apt-get purge moodle-debian-edu-theme
To delete configuration and/or data files of moodle-debian-edu-theme and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove moodle-debian-edu-theme