From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,19dfddc263ff497e X-Google-Attributes: gid103376,public From: =?iso-8859-1?Q?J=FCrgen?= Pfeifer Subject: Re: Using GNAT at SuSE 6.3 Date: 2000/01/23 Message-ID: <388AFDF9.332C2506@gmx.net>#1/1 X-Deja-AN: 576485811 Content-Transfer-Encoding: 7bit References: <3869CC93.AE630E5B@t-online.de> <87hfh29fjc.fsf@deneb.cygnus.argh.org> <387BAB0E.B43D0242@mtek.chalmers.se> <387BCD19.277F0D7E@gmx.net> <387C9C3A.4F4238AA@mtek.chalmers.se> <85j73t$ofg$1@news08.btx.dtag.de> <388A30E5.9AAB3D52@ebox.tninet.se> X-Accept-Language: de-DE, en X-Sender: 340028232866-0001@t-dialin.net Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@t-online.de X-Trace: news02.btx.dtag.de 948633082 3311 340028232866-0001 000123 13:11:22 Organization: Familie Pfeifer Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-01-23T00:00:00+00:00 List-Id: Stefan Skoglund wrote: > > Juergen Pfeifer wrote: > > > > 2. The package name is not the filename! For the query you > > should try "rpm -q gnat-3.12p" (thats the package name). > > You can get the package name from the package file by > > using "rpm -q -p gnat-3.12p_glibc2.1-1-8.i386.rpm -i" > > He can also try rpm -q -a|grep gnat to > get a somewhat complete listing of his gnat-linux packages. IMHO the best way to get a list of all installed ALT packages is rpm -qa --queryformat "%{NAME} %{DISTRIBUTION}\n" | grep ALT | awk '{print $1;}'