[Mageia-discuss] Upgrade problem
Kevin R. Bulgrien
kbulgrien at att.net
Fri Apr 13 14:10:42 CEST 2012
On Friday, April 13, 2012 04:26:08 am Antoine Pitrou wrote:
> On Thu, 12 Apr 2012 21:15:51 -0500
>
> "Kevin R. Bulgrien" <kbulgrien at att.net> wrote:
> > I should have had you do:
> >
> > $ urpmq -a --whatprovides libopenssl-devel
> >
> > Apparently the 32bit stuff doesn't show without the -a switch.
>
> Ok:
>
> $ urpmq -a --whatprovides libopenssl-devel
> libopenssl-devel
> libopenssl-devel
> libopenssl-devel
> libopenssl-devel
>
>
> Regards
>
> Antoine.
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 \
| awk -v FS="[ \t]*[:][ \t]*" \
'$1 ~ /^Name/ { printf("%s", $2) } \
$1 ~ /^Release/ { printf("-%s", $2) } \
$1 ~ /^Size/ { printf("-%s\n", $3) }' -
:-)
More information about the Mageia-discuss
mailing list