February 24, 2008 · General · Email This Post

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

The gOS distribution is based on the Ubuntu 7.10 distribution. It uses the Enlightenment 17 window manager instead of the usual GNOME or KDE desktops, allowing for lower memory and speed requirements. Therefore gOS starts to work reasonably well on systems as low end as a 1GHz Pentium III with 256MB RAM. Due to the fact it leans heavy on on-line applications built on Web 2.0 and AJAX technology it also does not use much hard disk space for applications, the whole system fits comfortably in less than 2 GB of hard disk space.

Open your sources.list file add the gOS Repositories

For Ubuntu Users

gksu gedit /etc/apt/sources.list

For Kubuntu Users

kdesu kate /etc/apt/sources.list

For Xubuntu Users

gksu mousepad /etc/apt/sources.list

Enter these lines

# gOS Repositories

deb http://packages.thinkgos.com/gos/ painful main
deb-src http://packages.thinkgos.com/gos/ painful main

Import the key

wget http://www.thinkgos.com/files/gos_repo_key.asc

sudo apt-key add gos_repo_key.asc

rm gos_repo_key.asc

sudo aptitude update

Install gOS on Ubuntu

sudo aptitude install greenos-desktop xorg

Remove gOS on Ubuntu

The following will then remove the entire Environment for you.

sudo aptitude remove greenos-desktop

The Environment will be available from the Sessions menu
The N10-003 professionals usually advise the route of 70-431 followed by either 350-030 or the simpler 640-822. Very rarely a candidate from 642-642 has been able to make it.

  • Share/Save/Bookmark

Related Articles

11 Comments to “Howto install gOS on Ubuntu/Kubuntu/Xubuntu”

  1. Yuvaraj says:

    Hi, I have amd64 Gutsy. The repos does not seem to have greenos-desktop for 64-bit OS!!

  2. admin says:

    This only works with 32 bit because gOS is not available in 64 bit.

  3. lomo says:

    Hi guys,

    Thanks a lot for such a wonderful website for newbees like me. I learned her many wonderful things about how powerful xubuntu is. I installed the gOS, as you described, everything worked like charme, but the problem is that i do not know, how to configure is my laptop keyboard (danish, i cannot type “@”, for example, i had to copied from a website). Another little problem is that menu does not like the original menu from gOS.(flashy, with online apllications and stuff). Anyway thanks

  4. Jon says:

    e17 has lower memory requirements?! I’d love to see that substantiated.

  5. Stephan Beal says:

    e17 certainly has lower memory requirements than KDE (EVERYTHING has lower mem requirements than KDE, though i love and use KDE daily). Whether or not it has lower memory requirements than Gnome’s default WM, who can say. When Enlightenment started development (i think i first tried it in 1999 or 2000), it was only targeting machines with fairly high-end graphics cards.

  6. Robert Ross says:

    I am pretty certain that gOS uses GNOME now anyway.

    http://dev.thinkgos.com/blog/whats-the-dock

  7. jack martin says:

    I’m retired so I have the time to check things out. gOS is great. I have it installed on an old desktop in my garage, it picked up wireless (Belkin card) right away which was unexpected.
    Streaming radio is a problem WSM nashville my favorite cannot be played no matter how I try
    (I like to listen while I tinker with my car (1983 Porsche 928s).
    Ubuntu-restricted-extras which used to set me up appears not to be available to gOS.
    (I don’t have this problem with Ubuntu 7.10 or the 8.04 upgrade) Is there a solution
    Regards
    Jack

  8. jay says:

    Real newbie here. I copied the 1st line for Ubuntu into sources.list. Also does this line,gksu gedit /etc/apt/sources.list, go as the very last entry in the list.
    I cannot import the keys either when i click on software sources and the authenication tab.

  9. dreikin says:

    Jay: No -
    1) gksu gedit /etc/apt/sources.list
    is meant to be used in a terminal to open the sources.list file.

    A terminal can usually be found in the accessories or system tools application menus, or by typing ‘+’ and then ‘gnome-terminal’ (ubuntu/xubuntu) or ‘konsole’ (kde).

    2) After that, you then add:
    # gOS Repositories

    deb http://packages.thinkgos.com/gos/ painful main
    deb-src http://packages.thinkgos.com/gos/ painful main

    into the file, save, and close.

    3) Then, in the terminal again, you type
    wget http://www.thinkgos.com/files/gos_repo_key.asc

    sudo apt-key add gos_repo_key.asc

    rm gos_repo_key.asc

    sudo aptitude update
    hitting enter (or return) after each line, and waiting for the prompt to return before putting in the next line.

    4) Then, finally, you type (in the terminal)
    sudo aptitude install greenos-desktop xorg
    to install gOS.
    —————
    As a note, it’s more typical to use ‘apt-get’ instead of ‘aptitude’, since apt-get is used in all distros, but, eg, adept is used in place of aptitude in kubuntu.

  10. matt says:

    will this work for powerpc versions of these distros? I have xubuntu installed on a ps3 and was wondering if i could install the gOS environment? thanks

  11. sam says:

    when I do sudo apt-key add gos_repo_key.asc it says: gdm: can’t open ‘gos_repo_key.asc’ no such file or directory. what should I do?

Leave a Reply