Re: XEmacs install problems


Subject: Re: XEmacs install problems
From: Greg Madden (pabi@gci.net)
Date: Wed Jun 12 2002 - 10:40:34 AKDT


On Wed, 2002-06-12 at 09:25, Neil Moomey wrote:
>
> I have been trying to install XEmacs on RH 7.2 with no luck. When I
> installed the rpm at:
> http://www.rpmfind.net//linux/RPM/PLD/dists/ra/PLD/i686/PLD/RPMS/xemacs-
> 21.4.8-1.i686.html
> I get several dependency errors. The dependency files do not exist
> even when I search with Google. For example, I cannot find
> libtinfo.so.5 anywhere.
>
> Next I tried downloading XEmacs in tar.gz format and I get a end of
> line error (or something) using gzip -d or gunzip.
>
> Why is such a simple task so time consuming? Thanks.
>
> Neil
>

From http://www.tldp.org/HOWTO/RPM-for-Unix-HOWTO-5.html

--5.3 RPM Query Commands

You can query the rpm database with these powerful commands:

bash$ rpm -qpl foobar-1.0-1.i386.rpm ....(list of files in a rpm
package)
bash$ rpm -ql foobar-1.0-1 ....(list of files from already installed
package)

bash$ rpm -qpR foobar-1.0-1.i386.rpm ....(list packages on which this
package depends)
bash$ rpm -qR foobar-1.0-1 ....(list packages on which this installed
package depends)

bash$ # rpm -q foo ...(print package name, version, and release number
of package foo)
foo-2.0-1

bash$ rpm -qa | less ....(list all the installed package)
bash$ rpm -qa | grep -i kde ....(list all the installed package
matching kde)
bash$ rpm -qif /bin/ls ....(list the package which installed the file
/bin/ls)
 
Greg Madden
Precision Air Balance, Inc.
email:pabi@gci.net
Phone:(907)276-0461 Fax:(907)258-0461

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Jun 12 2002 - 10:41:24 AKDT