ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@alt-linux.org>
To: ALT Linux Spring mailing list <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] rpm -q --whatrequires
Date: Wed Oct 10 21:15:22 2001
Message-ID: <20011010211705.C11602@ldv.office.alt-linux.org> (raw)
In-Reply-To: <20011010205431.A4207@home-pool4-70.com2com.ru>

[-- Attachment #1: Type: text/plain, Size: 1319 bytes --]

On Wed, Oct 10, 2001 at 08:54:31PM +0400, Yura Zotov wrote:
> > > Подскажите, пожалуйста, как узнать какой программе нужен
> > > определенный пакет, не устанавливая пакет с программой?
> > > 
> > > rpm -qp --whatrequires <package_file> не срабатывает.
> > 
> > rpm -qp --provides <package_file> |while read; do
> > 	rpm -q --whatrequires "${REPLY%  }" 2>/dev/null;
> > done |sort -u
> > 
> 
> Насколько я понимаю, это значит "спросить у установленных, что
> они хотят из не установленных", а мне хочется наоборот, спросить
> у не установленных, кто из них хочет определенный установленный
> пакет.

Поскольку rpm не располагает базой данных не установленных пакетов, то с
использованием одного лишь rpm'а вам придется сделать двойной цикл вручную;
при этом все равно не удастся правильно обработать т.н. versioned
dependencies. В случае, если неустановленные пакеты проиндексированы
apt'ом, то можно воспользоваться программой apt-cache.


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

      reply	other threads:[~2001-10-10 21:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-10 19:47 Yura Zotov
2001-10-10 20:11 ` Dmitry V. Levin
2001-10-10 20:53   ` Yura Zotov
2001-10-10 21:15     ` Dmitry V. Levin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011010211705.C11602@ldv.office.alt-linux.org \
    --to=ldv@alt-linux.org \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git