diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120413/007013.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120413/007013.html | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120413/007013.html b/zarb-ml/mageia-discuss/20120413/007013.html new file mode 100644 index 000000000..d87f7d625 --- /dev/null +++ b/zarb-ml/mageia-discuss/20120413/007013.html @@ -0,0 +1,97 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Upgrade problem + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Upgrade%20problem&In-Reply-To=%3C201204130710.42630.kbulgrien%40att.net%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007009.html"> + <LINK REL="Next" HREF="007016.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Upgrade problem</H1> + <B>Kevin R. Bulgrien</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Upgrade%20problem&In-Reply-To=%3C201204130710.42630.kbulgrien%40att.net%3E" + TITLE="[Mageia-discuss] Upgrade problem">kbulgrien at att.net + </A><BR> + <I>Fri Apr 13 14:10:42 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007009.html">[Mageia-discuss] Upgrade problem +</A></li> + <LI>Next message: <A HREF="007016.html">[Mageia-discuss] Upgrade problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7013">[ date ]</a> + <a href="thread.html#7013">[ thread ]</a> + <a href="subject.html#7013">[ subject ]</a> + <a href="author.html#7013">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Friday, April 13, 2012 04:26:08 am Antoine Pitrou wrote: +><i> On Thu, 12 Apr 2012 21:15:51 -0500 +</I>><i> +</I>><i> "Kevin R. Bulgrien" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">kbulgrien at att.net</A>> wrote: +</I>><i> > I should have had you do: +</I>><i> > +</I>><i> > $ urpmq -a --whatprovides libopenssl-devel +</I>><i> > +</I>><i> > Apparently the 32bit stuff doesn't show without the -a switch. +</I>><i> +</I>><i> Ok: +</I>><i> +</I>><i> $ urpmq -a --whatprovides libopenssl-devel +</I>><i> libopenssl-devel +</I>><i> libopenssl-devel +</I>><i> libopenssl-devel +</I>><i> libopenssl-devel +</I>><i> +</I>><i> +</I>><i> Regards +</I>><i> +</I>><i> Antoine. +</I> +Wow. This is a Mageia difference from Mandriva that I am not fond of. + +So now I wonder if this gets the long name that worked. Maybe: + +$ urpmq -a -f --whatprovides libopenssl-devel + +The above seemed to work on Mandriva. + +Or, gasp: + +$ urpmq -a -r --whatprovides libopenssl-devel \ +|<i> awk -v FS="[ \t]*[:][ \t]*" \ +</I>'$1 ~ /^Name/ { printf("%s", $2) } \ + $1 ~ /^Release/ { printf("-%s", $2) } \ + $1 ~ /^Size/ { printf("-%s\n", $3) }' - + +:<i>-) +</I></PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007009.html">[Mageia-discuss] Upgrade problem +</A></li> + <LI>Next message: <A HREF="007016.html">[Mageia-discuss] Upgrade problem +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7013">[ date ]</a> + <a href="thread.html#7013">[ thread ]</a> + <a href="subject.html#7013">[ subject ]</a> + <a href="author.html#7013">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss +mailing list</a><br> +</body></html> |