public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Questions about portage, etc.
@ 2001-05-11 20:00 Collins Richey
  2001-05-11 22:23 ` Justus Pendleton
  0 siblings, 1 reply; 5+ messages in thread
From: Collins Richey @ 2001-05-11 20:00 UTC (permalink / raw
  To: gentoo

1. Is there a way to get a listing of packages that have been
installed, ie something like rpm -qa if your're using rpm?

2.  How does one resync to pick up current packages, and does
this effect any packages you've already installed?

-- 
Collins Richey
Denver Area
Sybil test system (reiserfs)



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

* Re: [gentoo-dev] Questions about portage, etc.
  2001-05-11 20:00 [gentoo-dev] Questions about portage, etc Collins Richey
@ 2001-05-11 22:23 ` Justus Pendleton
  2001-05-11 22:29   ` Daniel Robbins
  0 siblings, 1 reply; 5+ messages in thread
From: Justus Pendleton @ 2001-05-11 22:23 UTC (permalink / raw
  To: gentoo

On Fri, May 11, 2001 at 08:07:27PM -0600, Collins Richey wrote:
> 1. Is there a way to get a listing of packages that have been
> installed, ie something like rpm -qa if your're using rpm?

ls /var/db/pkg/*

will give you a list of all installed packages.

> 2.  How does one resync to pick up current packages, and does
> this effect any packages you've already installed?

The portage user guide talks about this.  Basically do

rsync -avz rsync://cvs.gentoo.org/gentoo-x86-portage/* /usr/portage

It doesn't affect already installed packages in any way whatsoever.
All it does it update your portage area.  Then you can do ebuilds or
whatever and update whatever packages you want to update.

Justus



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

* Re: [gentoo-dev] Questions about portage, etc.
  2001-05-11 22:23 ` Justus Pendleton
@ 2001-05-11 22:29   ` Daniel Robbins
  2001-05-12  7:20     ` Collins Richey
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Robbins @ 2001-05-11 22:29 UTC (permalink / raw
  To: gentoo-dev

On Sat, May 12, 2001 at 12:21:53AM -0400, Justus Pendleton wrote:

> rsync -avz rsync://cvs.gentoo.org/gentoo-x86-portage/* /usr/portage
> 
> It doesn't affect already installed packages in any way whatsoever.
> All it does it update your portage area.  Then you can do ebuilds or
> whatever and update whatever packages you want to update.

If you have a recent version of Portage installed, you can also type:

# emerge rsync

(it'll do the same thing)

"emerge rsync clean" will remove stale ebuilds as well.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] Questions about portage, etc.
  2001-05-11 22:29   ` Daniel Robbins
@ 2001-05-12  7:20     ` Collins Richey
  2001-05-12  8:10       ` Achim Gottinger
  0 siblings, 1 reply; 5+ messages in thread
From: Collins Richey @ 2001-05-12  7:20 UTC (permalink / raw
  To: gentoo-dev

On Fri, 11 May 2001 22:28:01 -0600 Daniel Robbins
<drobbins@gentoo.org> wrote:

> On Sat, May 12, 2001 at 12:21:53AM -0400, Justus Pendleton
> wrote:
> 
> > rsync -avz rsync://cvs.gentoo.org/gentoo-x86-portage/*
> /usr/portage
> > 
> > It doesn't affect already installed packages in any way
> whatsoever.
> > All it does it update your portage area.  Then you can do
> ebuilds or
> > whatever and update whatever packages you want to update.
> 
> If you have a recent version of Portage installed, you can
> also type:
> 
> # emerge rsync
> 
> (it'll do the same thing)
> 
> "emerge rsync clean" will remove stale ebuilds as well.
> 
>

What is a stale ebuild?

-- 
Collins Richey
Denver Area
Sybil test system (reiserfs)



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

* Re: [gentoo-dev] Questions about portage, etc.
  2001-05-12  7:20     ` Collins Richey
@ 2001-05-12  8:10       ` Achim Gottinger
  0 siblings, 0 replies; 5+ messages in thread
From: Achim Gottinger @ 2001-05-12  8:10 UTC (permalink / raw
  To: gentoo-dev

Collins Richey wrote:
> 
> On Fri, 11 May 2001 22:28:01 -0600 Daniel Robbins
> <drobbins@gentoo.org> wrote:
> 
> > On Sat, May 12, 2001 at 12:21:53AM -0400, Justus Pendleton
> > wrote:
> >
> > > rsync -avz rsync://cvs.gentoo.org/gentoo-x86-portage/*
> > /usr/portage
> > >
> > > It doesn't affect already installed packages in any way
> > whatsoever.
> > > All it does it update your portage area.  Then you can do
> > ebuilds or
> > > whatever and update whatever packages you want to update.
> >
> > If you have a recent version of Portage installed, you can
> > also type:
> >
> > # emerge rsync
> >
> > (it'll do the same thing)
> >
> > "emerge rsync clean" will remove stale ebuilds as well.
> >
> >
> 
> What is a stale ebuild?

A package that was removed from the rsync server. 

achim~

> 
> --
> Collins Richey
> Denver Area
> Sybil test system (reiserfs)
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev



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

end of thread, other threads:[~2001-05-12 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-11 20:00 [gentoo-dev] Questions about portage, etc Collins Richey
2001-05-11 22:23 ` Justus Pendleton
2001-05-11 22:29   ` Daniel Robbins
2001-05-12  7:20     ` Collins Richey
2001-05-12  8:10       ` Achim Gottinger

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