Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 4th, 2007   #1
Frak
The emu says rawr.
 
Frak's Avatar
 
Join Date: Sep 2006
Location: Oklahoma
Beans: 3,538
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.
__________________
Quote:
FOSS advocates who celebrate Google as an open source company are deluding themselves. In reality Google is a proprietary company that funds open source projects on the side with pocket change.

Last edited by Frak; December 28th, 2007 at 04:21 AM.. Reason: Added processor warning
Frak is offline   Reply With Quote
Old November 9th, 2007   #2
Dave_Man
5 Cups of Ubuntu
 
Join Date: Jan 2006
Beans: 32
Ubuntu 9.04 Jaunty Jackalope
Re: HOWTO: Install gOS on Ubuntu

I'm getting a 404 error when trying to get the key.
Dave_Man is offline   Reply With Quote
Old November 9th, 2007   #3
smartboyathome
Not much coffee nor Ubuntu
 
smartboyathome's Avatar
 
Join Date: Mar 2007
Location: $HOME (Washington State)
Beans: 4,583
Ubuntu 8.10 Intrepid Ibex
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
smartboyathome is offline   Reply With Quote
Old November 9th, 2007   #4
Frak
The emu says rawr.
 
Frak's Avatar
 
Join Date: Sep 2006
Location: Oklahoma
Beans: 3,538
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.
__________________
Quote:
FOSS advocates who celebrate Google as an open source company are deluding themselves. In reality Google is a proprietary company that funds open source projects on the side with pocket change.
Frak is offline   Reply With Quote
Old November 10th, 2007   #5
AndrewGene
A Carafe of Ubuntu
 
AndrewGene's Avatar
 
Join Date: Apr 2007
Location: Central Arkansas
Beans: 85
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
AndrewGene is offline   Reply With Quote
Old November 10th, 2007   #6
Frak
The emu says rawr.
 
Frak's Avatar
 
Join Date: Sep 2006
Location: Oklahoma
Beans: 3,538
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...
__________________
Quote:
FOSS advocates who celebrate Google as an open source company are deluding themselves. In reality Google is a proprietary company that funds open source projects on the side with pocket change.
Frak is offline   Reply With Quote
Old November 10th, 2007   #7
TheOtherLinuxFreak
Gee! These Aren't Roasted!
 
TheOtherLinuxFreak's Avatar
 
Join Date: Dec 2006
Location: at home
Beans: 160
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.
__________________
TheOtherLinuxFreak is offline   Reply With Quote
Old November 10th, 2007   #8
creeco
Just Give Me the Beans!
 
creeco's Avatar
 
Join Date: Nov 2007
Beans: 74
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: Install gOS on Ubuntu

gOS is still in beta stage, right?
creeco is offline   Reply With Quote
Old November 10th, 2007   #9
Steveway
Dark Roasted Ubuntu
 
Steveway's Avatar
 
Join Date: Jan 2007
Location: Germany, Kiel
Beans: 1,092
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
Steveway is offline   Reply With Quote
Old November 10th, 2007   #10
Frak
The emu says rawr.
 
Frak's Avatar
 
Join Date: Sep 2006
Location: Oklahoma
Beans: 3,538
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
__________________
Quote:
FOSS advocates who celebrate Google as an open source company are deluding themselves. In reality Google is a proprietary company that funds open source projects on the side with pocket change.
Frak is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:35 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry