Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2002 11:26:35 +0200 (MEST)
From:      Sanjay Bhattacharya <sanbh@gmx.net>
To:        AZNPrideChinese@worldnet.att.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: need help with rpm program
Message-ID:  <26642.1024046795@www34.gmx.net>
References:  <20020614085918.VRXV13408.mtiwmhc22.worldnet.att.net@there>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, 
  You can not unzip an rpm file. You can install the app by doing rpm -ivh
app.rpm. By installing the app, you of course place the files in the rpm
package to the appropriate dirs. To see whats in the rpm file, issue the command:
rpm  -qip app.rpm. To query whether the app is installed in your system, do a
rpm -q app . To check what package a specific file belongs to, do a rpm -qf
/whereveryourfileis/filename. It'll show the name of the rpm package.

rgds,
sanjay

> i downloaded these files glib-1.2.8-1.i386.rpm,
> glib-devel-1.2.8-1.i386.rpm, 
> gtk+-1.2.8-1.i386.rpm, gtk+-devel-1.2.8-1.i386.rpm what command do i type
> to 
> unzip them? i tried reading the man pages but they don't make sense to me
> 

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26642.1024046795>