public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Install Order for Packages?
@ 2005-10-05 21:39 billyd
  2005-10-05 21:47 ` Yoandy Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: billyd @ 2005-10-05 21:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

I've been playing around with Gentoo 2005.1  trying to get it 
installed using genkernel.  I am a little beyond newbie  with linux 
but still in a steep learning curve.   I am at the point in this 
installation where I can start installing packages.  The handbook 
uses kde as an example.

My question:  Is there an order in which packages need to be 
installed.  For example, should x11-xorg be installed before kde?

Thanks,
-- 
BDW
billydw@insightbb.com

[-- Attachment #2: Type: text/html, Size: 841 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Install Order for Packages?
  2005-10-05 21:39 [gentoo-user] Install Order for Packages? billyd
@ 2005-10-05 21:47 ` Yoandy Rodriguez
  2005-10-05 21:56   ` billyd
  2005-10-05 22:00 ` Roger Miliker
  2005-10-05 23:13 ` Brett I. Holcomb
  2 siblings, 1 reply; 6+ messages in thread
From: Yoandy Rodriguez @ 2005-10-05 21:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

The gentoo portage (tha packages install system) automatically resolves
dependencies so... if you try to install a package, it goes and install
everything needed by that package, if you do an emerge kde it downloads
xorg-x11, qt, and everything else
On Wed, 2005-10-05 at 16:39 -0500, billyd wrote:
> I've been playing around with Gentoo 2005.1 trying to get it installed
> using genkernel. I am a little beyond newbie with linux but still in a
> steep learning curve. I am at the point in this installation where I
> can start installing packages. The handbook uses kde as an example.
> 
> My question: Is there an order in which packages need to be installed.
> For example, should x11-xorg be installed before kde?
> 
> Thanks,
> 
> -- 
> 
> BDW
> 
> billydw@insightbb.com
> 
-- 
live free() or die()
Jadex

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Install Order for Packages?
  2005-10-05 21:47 ` Yoandy Rodriguez
@ 2005-10-05 21:56   ` billyd
  0 siblings, 0 replies; 6+ messages in thread
From: billyd @ 2005-10-05 21:56 UTC (permalink / raw
  To: gentoo-user

On Wednesday 05 October 2005 04:47 pm, Yoandy Rodriguez wrote:
> The gentoo portage (tha packages install system) automatically
> resolves dependencies so... if you try to install a package, it
> goes and install everything needed by that package, if you do an
> emerge kde it downloads xorg-x11, qt, and everything else
>
> On Wed, 2005-10-05 at 16:39 -0500, billyd wrote:
> > I've been playing around with Gentoo 2005.1 trying to get it
> > installed using genkernel. I am a little beyond newbie with
> > linux but still in a steep learning curve. I am at the point in
> > this installation where I can start installing packages. The
> > handbook uses kde as an example.
> >
> > My question: Is there an order in which packages need to be
> > installed. For example, should x11-xorg be installed before
> > kde?
> >
> > Thanks,
> >
> > --
> >
> > BDW
> >
> > billydw@insightbb.com

Thanks for the quick reply.  I knew that some dependencies would be 
resolved, but in the case of x11-xorg, I wasn't sure.  It does make 
sense, but when you get to be my age you know that just because 
something makes sense, doesn't mean it will turn out that way!

Thanks again.
BDW

-- 
Billy D. Williamson
billydw@insightbb.com
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Install Order for Packages?
  2005-10-05 21:39 [gentoo-user] Install Order for Packages? billyd
  2005-10-05 21:47 ` Yoandy Rodriguez
@ 2005-10-05 22:00 ` Roger Miliker
  2005-10-05 22:59   ` billyd
  2005-10-05 23:13 ` Brett I. Holcomb
  2 siblings, 1 reply; 6+ messages in thread
From: Roger Miliker @ 2005-10-05 22:00 UTC (permalink / raw
  To: gentoo-user

On Wednesday 05 October 2005 23:39, billyd wrote:
> I've been playing around with Gentoo 2005.1  trying to get it
> installed using genkernel.  I am a little beyond newbie  with linux
> but still in a steep learning curve.   I am at the point in this
> installation where I can start installing packages.  The handbook
> uses kde as an example.
>
> My question:  Is there an order in which packages need to be
> installed.  For example, should x11-xorg be installed before kde?
>
> Thanks,

Then handbook part you are referring to means the packages from the packages 
iso. The correct command would be emerge --usepkg kde-meta (to use the 
binaries off the packages.iso). portage takes care of the dependencies of 
packages automatically, so it will install xorg-x11 before anything that 
needs it like kde.

If you haven't done a networkless install (stage3, snapshot, packages.iso, no 
emerge --sync) it works the same way except it downloads and compiles things.

So in short: no need for a special order, since portage/emerge takes care of 
the dependencies for you.

Roger
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Install Order for Packages?
  2005-10-05 22:00 ` Roger Miliker
@ 2005-10-05 22:59   ` billyd
  0 siblings, 0 replies; 6+ messages in thread
From: billyd @ 2005-10-05 22:59 UTC (permalink / raw
  To: gentoo-user

On Wednesday 05 October 2005 05:00 pm, Roger Miliker wrote:
> On Wednesday 05 October 2005 23:39, billyd wrote:
> > I've been playing around with Gentoo 2005.1  trying to get it
> > installed using genkernel.  I am a little beyond newbie  with
> > linux but still in a steep learning curve.   I am at the point
> > in this installation where I can start installing packages. 
> > The handbook uses kde as an example.
> >
> > My question:  Is there an order in which packages need to be
> > installed.  For example, should x11-xorg be installed before
> > kde?
> >
> > Thanks,
>
> Then handbook part you are referring to means the packages from
> the packages iso. The correct command would be emerge --usepkg
> kde-meta (to use the binaries off the packages.iso). portage
> takes care of the dependencies of packages automatically, so it
> will install xorg-x11 before anything that needs it like kde.
>
> If you haven't done a networkless install (stage3, snapshot,
> packages.iso, no emerge --sync) it works the same way except it
> downloads and compiles things.
>
> So in short: no need for a special order, since portage/emerge
> takes care of the dependencies for you.
>
> Roger

Thanks, Roger.  That was very helpful.

Bill


-- 
Billy
billydw@insightbb.com
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Install Order for Packages?
  2005-10-05 21:39 [gentoo-user] Install Order for Packages? billyd
  2005-10-05 21:47 ` Yoandy Rodriguez
  2005-10-05 22:00 ` Roger Miliker
@ 2005-10-05 23:13 ` Brett I. Holcomb
  2 siblings, 0 replies; 6+ messages in thread
From: Brett I. Holcomb @ 2005-10-05 23:13 UTC (permalink / raw
  To: gentoo-user

Gentoo figures out the dependencies so if you try and install KDE and X is 
not installed it will install X first.  Do emerge packagename -p and it 
will 
tell you what it will install.

  On Wed, 5 Oct 2005, billyd wrote:

> I've been playing around with Gentoo 2005.1  trying to get it
> installed using genkernel.  I am a little beyond newbie  with linux
> but still in a steep learning curve.   I am at the point in this
> installation where I can start installing packages.  The handbook
> uses kde as an example.
>
> My question:  Is there an order in which packages need to be
> installed.  For example, should x11-xorg be installed before kde?
>
> Thanks,
>

-- 

Brett I. Holcomb
brettholcomb@R777bellsouth.net
Registered Linux User #188143
Remove R777 to email
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-10-05 23:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-05 21:39 [gentoo-user] Install Order for Packages? billyd
2005-10-05 21:47 ` Yoandy Rodriguez
2005-10-05 21:56   ` billyd
2005-10-05 22:00 ` Roger Miliker
2005-10-05 22:59   ` billyd
2005-10-05 23:13 ` Brett I. Holcomb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox