blob: 96e1c13649072057d8b5515f82a22e1ca492098a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Strange%20behaviour%20-%20installed%20package%20doesn%27t%20show%0A%20when%20doing%20a%20%27rpm%20-qa%27%20search%3F%3F&In-Reply-To=%3C4F28F8E6.5040404%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011691.html">
<LINK REL="Next" HREF="011686.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??</H1>
<B>Guillaume Rousse</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Strange%20behaviour%20-%20installed%20package%20doesn%27t%20show%0A%20when%20doing%20a%20%27rpm%20-qa%27%20search%3F%3F&In-Reply-To=%3C4F28F8E6.5040404%40gmail.com%3E"
TITLE="[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??">guillomovitch at gmail.com
</A><BR>
<I>Wed Feb 1 09:33:42 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011691.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI>Next message: <A HREF="011686.html">[Mageia-dev] [changelog] [RPM] cauldron core/release bugzilla-4.0.4-2.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11688">[ date ]</a>
<a href="thread.html#11688">[ thread ]</a>
<a href="subject.html#11688">[ subject ]</a>
<a href="author.html#11688">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 01/02/2012 08:57, Robert Fox a écrit :
><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at foxbase</A> Download]# urpmi --replacepkgs libXdamage1
</I>><i> To satisfy dependencies, the following package is going to be installed:
</I>><i> Package Version Release Arch
</I>><i> (medium "Core 32bit Release")
</I>><i> libxdamage1 1.1.3 2.mga2 i586
</I>><i> 9.3KB of additional disk space will be used.
</I>><i> 5.6KB of packages will be retrieved.
</I>><i> Proceed with the installation of one package? (Y/n)
</I>><i>
</I>><i> <A HREF="http://ftp.mandrivauser.de/mirrors/Mageia/distrib/cauldron/i586/media/core/release/libxdamage1-1.1.3-2.mga2.i586.rpm">http://ftp.mandrivauser.de/mirrors/Mageia/distrib/cauldron/i586/media/core/release/libxdamage1-1.1.3-2.mga2.i586.rpm</A>
</I>><i> installing libxdamage1-1.1.3-2.mga2.i586.rpm
</I>><i> from /var/cache/urpmi/rpms
</I>><i> Preparing...
</I>><i> ##################################################################################################################################
</I>><i> 1/1: libxdamage1
</I>><i> ##################################################################################################################################
</I>><i>
</I>><i>
</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at foxbase</A> Download]# rpm -qa | grep libXdamage1
</I>><i> [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at foxbase</A> Download]#
</I>That's perfectly normal, rpm -qa only display installed physical
packages (libxdamage1 here), whereas libXdamage1 is a virtual package
provided by this last one. Just try:
rpm -q libxdamage1
--
BOFH excuse #374:
It's the InterNIC's fault.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011691.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI>Next message: <A HREF="011686.html">[Mageia-dev] [changelog] [RPM] cauldron core/release bugzilla-4.0.4-2.mga2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11688">[ date ]</a>
<a href="thread.html#11688">[ thread ]</a>
<a href="subject.html#11688">[ subject ]</a>
<a href="author.html#11688">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|