How to install Edubuntu from normal Ubuntu

5,203

Open a terminal and enter

sudo apt-get update

Then once you're sure all your repositories are up to date enter

sudo apt-get install edubuntu-desktop

Doing that should get you the Edubuntu desktop, as installing the other desktops from a default Ubuntu install are pretty much the same, just with the name of the desktop, such as

sudo apt-get install xubuntu-desktop

to install Xubuntu on top of a default Ubuntu install, or

sudo apt-get install kubuntu-desktop

to install the Kubuntu desktop on top a default Ubuntu install

Share:
5,203
Drewdavid
Author by

Drewdavid

Updated on September 18, 2022

Comments

  • Drewdavid
    Drewdavid almost 2 years

    Question is, do I need to download the full 2GB Edubuntu .iso file, or can I just add something to Ubuntu?

    The instructions vary depending on which page one reads

    Using the Ubuntu Software Center I added the Preschool package (from regular Ubuntu), which is outlined here: https://www.edubuntu.org/download

    But I don't know what to do next...

    Thanks, my internet isn't that fast so if I can skip the additional 2GB DL, plus having to partition or something, that would be preferred

  • Blaine
    Blaine over 9 years
    are you supposed to run "sudo apt-get autoremove ubuntu-desktop" after this?