Page 1 of 7 123 ... LastLast
Results 1 to 10 of 66

Thread: HOWTO: Install gOS on Ubuntu

  1. #1
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

    HOWTO: Install gOS on Ubuntu

    Only available for x86 based systems.

    Open your sources.list

    Ubuntu
    Code:
    gksu gedit /etc/apt/sources.list
    Kubuntu
    Code:
    kdesu kate /etc/apt/sources.list
    Xubuntu
    Code:
    gksu mousepad /etc/apt/sources.list
    Enter these lines
    Code:
    # gOS Repositories
    deb http://packages.thinkgos.com/gos/ painful main
    deb-src http://packages.thinkgos.com/gos/ painful main
    Import the key
    Code:
    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
    Code:
    sudo aptitude install greenos-desktop xorg
    NOTE: I used aptitude, because if you don't like it and want to get rid of it, just run

    Code:
    sudo aptitude remove greenos-desktop
    It will then remove the entire Environment for you.
    Last edited by Frak; December 28th, 2007 at 09:21 AM. Reason: Added processor warning

  2. #2
    Join Date
    Jan 2006
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Install gOS on Ubuntu

    I'm getting a 404 error when trying to get the key.

  3. #3
    Join Date
    Mar 2007
    Location
    $HOME (Washington State)
    Beans
    4,590

    Re: HOWTO: Install gOS on Ubuntu

    Quote Originally Posted by Frak View Post
    NOTE: I used aptitude, because if you don't like it and want to get rid of it, just run

    Code:
    sudo aptitude remove greenos-desktop
    It will then remove the entire Environment for you.
    You can use apt-get autoremove to do the same thing, so there is really no need for aptitude anymore.
    See my themes here! | Dont preach Linux, mention it | Make GNOME Themes
    I'm no longer on here. If you want to talk to me, go to noost.org.
    My DeviantArt | Linux user #461096 | Ubuntu user #15753

  4. #4
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

    Re: HOWTO: Install gOS on Ubuntu

    Quote Originally Posted by smartboyathome View Post
    You can use apt-get autoremove to do the same thing, so there is really no need for aptitude anymore.
    aptitude IMHO is easier to type than apt-get.

  5. #5
    Join Date
    Apr 2007
    Location
    Central Arkansas
    Beans
    83
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Install gOS on Ubuntu

    Quote Originally Posted by Frak View Post
    aptitude IMHO is easier to type than apt-get.
    haha, and I believe that aptitude will also get rid of the dependencies automatically unlike apt-get
    Screw the fact that it's taking 35% of my CPU power, and that it's drinks my battery power like a thirsty bedouin, that's what eyecandy is all about
    --9a3eedi

  6. #6
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

    Re: HOWTO: Install gOS on Ubuntu

    Quote Originally Posted by AndrewGene View Post
    haha, and I believe that aptitude will also get rid of the dependencies automatically unlike apt-get
    As stated above, apt-get autoremove will also remove the dependencies, but typing aptitude vs. apt-get autoremove is not a very difficult decision...

  7. #7
    Join Date
    Dec 2006
    Location
    at home
    Beans
    160
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Install gOS on Ubuntu

    does this install it like when you install e17? -when you log in you select which sesion you want? I would want to try it but I dont want to change my system at all.

  8. #8
    Join Date
    Nov 2007
    Beans
    77
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: HOWTO: Install gOS on Ubuntu

    gOS is still in beta stage, right?

  9. #9
    Join Date
    Jan 2007
    Location
    Germany, Kiel
    Beans
    1,093
    Distro
    Xubuntu 8.04 Hardy Heron

    Re: HOWTO: Install gOS on Ubuntu

    That's nice but you should never use sudo for a graphical application!
    So instead of sudo mousepad/kate/gedit use gksu mousepad/kate/gedit (Or gksudo , though gksudo is only a symlink to gksu so they do the same thing.)
    I just love it when you're being sarcastic --aks44

  10. #10
    Join Date
    Sep 2006
    Location
    Oklahoma
    Beans
    Hidden!

    Re: HOWTO: Install gOS on Ubuntu

    Quote Originally Posted by TheOtherLinuxFreak View Post
    does this install it like when you install e17? -when you log in you select which sesion you want? I would want to try it but I dont want to change my system at all.
    Installs factory default e17 modded to gOS look. Only messes with the icon cache, and not by that much. Your DE will still be available from the Session menu.

    Quote Originally Posted by creeco View Post
    gOS is still in beta stage, right?
    Alpha

    Quote Originally Posted by Steveway View Post
    That's nice but you should never use sudo for a graphical application!
    So instead of sudo mousepad/kate/gedit use gksu mousepad/kate/gedit (Or gksudo , though gksudo is only a symlink to gksu so they do the same thing.)
    fixed

Page 1 of 7 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •