[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RPM not installing
- From: Bernhard Rosenkraenzer <bero redhat de>
- To: rpm-list <rpm-list redhat com>
- Subject: Re: RPM not installing
- Date: Thu, 10 Jan 2002 14:36:16 +0100 (CET)
On Thu, 10 Jan 2002, Anthony Landreneau wrote:
> altoid: /tmp# rpm -ivh up2date-1.0.1-1.src.rpm
> up2date ##################################################
>
> Check the installation:
>
> altoid: /tmp# rpm -q up2date-1.0.1-1.src.rpm
> package up2date-1.0.1-1.src.rpm is not installed
Installing a SOURCE RPM (*.src.rpm) won't install the application on your
system. It will install the source so you can build it yourself (in
/usr/src/redhat/*).
Either use rpm -ivh up2date-1.0.1-1.{i386,alpha,sparc,ia64,s390}.rpm, or
do the following after your rpm -ivh up2date-1.0.1-1.src.rpm command:
cd /usr/src/redhat/SPECS
rpm -ba up2date.spec
rpm -Uvh ../RPMS/*/up2date*
Also, you got the usage of rpm -q wrong. It's either
rpm -q up2date
or
rpm -q up2date-1.0.1-1
The file extension is not a part of the package name.
LLaP
bero
--
This message is provided to you under the terms outlined at
http://www.bero.org/terms.html
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]