blob: 927d943710055dec8257f68438929a9d80599902 (
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
|
<!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%09show%0A%09when%20doing%20a%20%27rpm%20-qa%27%20search%3F%3F&In-Reply-To=%3C20120201083724.GT8185%40virgo.home.nanardon.zarb.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011689.html">
<LINK REL="Next" HREF="011691.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??</H1>
<B>Olivier Thauvin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Strange%20behaviour%20-%20installed%20package%20doesn%27t%09show%0A%09when%20doing%20a%20%27rpm%20-qa%27%20search%3F%3F&In-Reply-To=%3C20120201083724.GT8185%40virgo.home.nanardon.zarb.org%3E"
TITLE="[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??">nanardon at nanardon.zarb.org
</A><BR>
<I>Wed Feb 1 09:37:24 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011689.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI>Next message: <A HREF="011691.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11690">[ date ]</a>
<a href="thread.html#11690">[ thread ]</a>
<a href="subject.html#11690">[ subject ]</a>
<a href="author.html#11690">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>* Thierry Vignaud (<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">thierry.vignaud at gmail.com</A>) wrote:
><i> On 1 February 2012 09:31, Robert Fox <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>> wrote:
</I>><i> > [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at foxbase</A> Download]# rpm --rebuilddb
</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]# urpmi libXdamage1
</I>><i> > Package libxdamage1-1.1.3-2.mga2.i586 is already installed
</I>><i> > [<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at foxbase</A> Download]#
</I>><i>
</I>><i> rpm -q libXdamage1 != rpm -q libXdamage1
</I>
You probably mean:
rpm -q libXdamage1 != rpm -q libxdamage1
Or also, what does say:
rpm -qa | grep -i libXdamage1
Good catch Thierry !
--
Olivier Thauvin
CNRS - LATMOS
♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120201/c8b82813/attachment-0001.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011689.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI>Next message: <A HREF="011691.html">[Mageia-dev] Strange behaviour - installed package doesn't show when doing a 'rpm -qa' search??
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11690">[ date ]</a>
<a href="thread.html#11690">[ thread ]</a>
<a href="subject.html#11690">[ subject ]</a>
<a href="author.html#11690">[ 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>
|