Gentoo Archives: gentoo-dev

From: Justus Pendleton <gentoo@×××××××.net>
To: gentoo <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] Questions about portage, etc.
Date: Fri, 11 May 2001 22:22:41
Message-Id: 20010512002153.A14999@ryoohki.net
In Reply to: [gentoo-dev] Questions about portage, etc. by Collins Richey
1 On Fri, May 11, 2001 at 08:07:27PM -0600, Collins Richey wrote:
2 > 1. Is there a way to get a listing of packages that have been
3 > installed, ie something like rpm -qa if your're using rpm?
4
5 ls /var/db/pkg/*
6
7 will give you a list of all installed packages.
8
9 > 2. How does one resync to pick up current packages, and does
10 > this effect any packages you've already installed?
11
12 The portage user guide talks about this. Basically do
13
14 rsync -avz rsync://cvs.gentoo.org/gentoo-x86-portage/* /usr/portage
15
16 It doesn't affect already installed packages in any way whatsoever.
17 All it does it update your portage area. Then you can do ebuilds or
18 whatever and update whatever packages you want to update.
19
20 Justus

Replies

Subject Author
Re: [gentoo-dev] Questions about portage, etc. Daniel Robbins <drobbins@g.o>