Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: RH 6.2 install causes screen to explode
- To: tlug@example.com
- Subject: Re: RH 6.2 install causes screen to explode
- From: Josh Glover <jmglov@example.com>
- Date: Wed, 11 Jul 2001 05:03:31 -0400 (EDT)
- Content-Transfer-Encoding: 8bit
- Content-Type: text/plain; charset=ISO-8859-1
- Delivered-To: tlug@example.com
- In-Reply-To: <20010711165538.7D56.PETER@example.com>
- List-Help: <mailto:tlug-request@example.comsubject=help>
- List-Post: <mailto:tlug@example.com>
- List-Subscribe: <mailto:tlug-request@example.comsubject=subscribe>
- List-Unsubscribe: <mailto:tlug-request@example.comsubject=unsubscribe>
- Old-Return-Path: <jmglov@example.com>
- References: <20010711150435.7D41.PETER@example.com> <15179.65201.89463.666206@example.com> <20010711165538.7D56.PETER@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <DD3gaD.A.MrD.-YBT7@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: IMP/PHP IMAP webmail program 2.2.4
Quoting Peter Evans <peter@example.com>: > Ooh, "rpm -q --whatprovides" sounds neat. Thank > you, Stephen! So I type > > rpm -q --whatprovides libgdk-1.2.so.0 > > (one of the things I'm told I need), and thereupon > read: > > no package provides libgdk-1.2.so.0 Yep, that's where they get you. You see, rpm -q --whatprovides foo queries only *installed* packages for foo, and you usually have provide foo as a fully qualified pathname. Some "virtual" tags work, for instance: :jmglov@example.com; rpm -q --whatprovides XFree86 XFree86-4.0.1-1 :jmglov@example.com; rpm -q --whatprovides perl perl-5.6.0-10a perl-5.6.0-10a (Some, it would seem, work twice!) But some, however, do not: :jmglov@example.com; rpm -q --whatprovides php no package provides php :jmglov@example.com; rpm -q --whatprovides c++ no package provides c++ So, what one usually finds oneself doing is: :jmglov@example.com; rpm -q --whatprovides /usr/bin/c++ gcc-c++-2.96-85 If you want to query *uninstalled* packages, use the -qp switches. You can: :jmglov@example.com; rpm -qpi mozilla-0.9.2-0.i386.rpm Name : mozilla Relocations: /usr Version : 0.9.2 Vendor: Red Hat, Inc. [...] Description : Mozilla is an open-source web browser, designed for standards compliance, performance and portability. So, naturally, you try: :jmglov@example.com; rpm -qp *.rpm --whatprovides foo rpm: one type of query/verify may be performed at a time Shit. There are a coupla problems with rpm... But do not despair. You can do it this way: :jmglov@example.com; rpm -qp *.rpm --provides | grep mozilla mozilla = 23:0.9.2-0 mozilla-devel = 23:0.9.2-0 mozilla-mail = 23:0.9.2-0 mozilla-psm = 23:0.9.2-0 Just make sure that *.rpm points to a repository of .rpm packages. (Like your Redhat install disc, for instance.) However, I find that the best tool for the job is rpmfind.net. You can enter a file or virtual tag into the search box, and rpmfind figures out which rpm provides it, and gives you a buncha links to download said rpm. Cool! Good luck. Now, to address the other (evolving) thread at work here, I would have to agree that no one distro is "better" than another. Some distros are good for newbies, some for hardcore kernel hackers, others for multi-lingual support. One of the strengths of RH is that it is (usually) pretty damned easy to installed (compared to, say, Dweebian or *BSD). I feel reasonably confident in my *nix skillz, but I am apparently too dumb to make FreeBSD install. And Dweebian users, don't even pretend that apt-get and dselect are problem-free! I would have to say that, in my experience, the BSD ports system is the best way to manage what is installed on your system, but both rpm and apt-get/dselect are very useable and have some strong points. In short, if a distro works for you, said distro is fine by me. --------------------------------------------------- "No segfault, no problem." Josh Glover jmglov@example.com ---------------------------------------------------
- References:
- Re: RH 6.2 install causes screen to explode
- From: Peter Evans <peter@example.com>
- Re: RH 6.2 install causes screen to explode
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Re: RH 6.2 install causes screen to explode
- From: Peter Evans <peter@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: RH 6.2 install causes screen to explode
- Next by Date: Re: RH 6.2 install causes screen to explode
- Prev by thread: Re: RH 6.2 install causes screen to explode
- Next by thread: Re: RH 6.2 install causes screen to explode
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links