Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sun Aug 29, 2004 4:20 am    Post subject: KDE... Reply with quote

How do I install KDE on this computer?

I heard its emerge kde, then again I heard its emerge kdebase...

I am using the x86 Package cd, and I can't connect to the internet yet so... :(
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
count_zero
Guru
Guru


Joined: 17 May 2004
Posts: 460
Location: Little Rock, Arkansas, USA

PostPosted: Sun Aug 29, 2004 4:58 am    Post subject: Reply with quote

emerge kde.
(it will install all of the kde files, including kdebase)
_________________
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Back to top
View user's profile Send private message
Servax
n00b
n00b


Joined: 15 Aug 2004
Posts: 44

PostPosted: Sun Aug 29, 2004 5:29 am    Post subject: Reply with quote

When I try to install it (Next boot, no cd)

Do I just insert the cd and type emerge kde?

Or there other commands before I do that...
_________________
I used to be a owner of a server, oh well...
Back to top
View user's profile Send private message
count_zero
Guru
Guru


Joined: 17 May 2004
Posts: 460
Location: Little Rock, Arkansas, USA

PostPosted: Sun Aug 29, 2004 6:06 am    Post subject: Reply with quote

Once you reboot after the install is complete as outlined in the handbook, all you need to do to get kde is to login as root and "emerge kde".
_________________
"We must all hang together, or assuredly we shall all hang separately."
-Ben Franklin
Back to top
View user's profile Send private message
jaxgough
n00b
n00b


Joined: 14 Nov 2003
Posts: 26
Location: Usually at work

PostPosted: Sun Aug 29, 2004 4:12 pm    Post subject: KDE... Reply with quote

This is what I did (Yeah, like you need someone elses opinion :) )

Put the packages CD into your CDrom
Code:

mount /mnt/cdrom
ls /mnt/cdrom
export PKGDIR="/mnt/cdrom/"
emerge --usepkg kde
etc-update
emerge kdebase
etc-upate
startx


It did, however access the internet at the time.

Another way is, put the CD into your CDrom
Code:

mount /dev/cdrom /mnt/cdrom
mkdir /usr/portage/packages
cp -a /mnt/cdrom/* /usr/portage/packages/
USE="bindist" emerge -k kde kdebase
startx


Once one of those works, perhaps you would like to boot straight to the graphical logon screen?
Code:

ls /etc/X11/Sessions

You will have two or three listed, I had Xsession and kde-3.2.2
Code:

nano -w /etc/rc.conf

Find and edit
XSESSION="kde-3.2.2"
DISPLAYMANAGER="kdm"

Finish by adding xdm (no it is not a typo, I really typed xdm) to the default runlevel
Code:

rc-update add xdm default

reboot and bask in the glory of your own greatness. :P

Hope this helps,
Jax
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Aug 30, 2004 7:51 pm    Post subject: Reply with quote

See the Desktop installation docs on www.gentoo.org
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum