If Icedtea-web is the plug-in component for OpenJDK upstream, its name should be openjdk-plugin !

Pavel Tisnovsky ptisnovs at redhat.com
Tue Apr 17 05:58:38 PDT 2012


Andrew Dinn wrote:
> On 17/04/12 12:47, Fernando Cassia wrote:
>> I just did a "yum install packagename*" on several packages in my server
>> box running
>> Fedora 17 (beta, rc3).
> 
> Yes, you are correct -- I was misreading the error I got when I ran this
> command
> 
>   [root at sputstik ~]# yum install openjdk*
>   Loaded plugins: langpacks, presto, refresh-packagekit
>   Setting up Install Process
>   No package openjdk* available.
>   Error: Nothing to do
>   [root at sputstik ~]#
> 
> The problem is not the wildcard itself, rather that the pattern openjdk*
> does not match an actual package. The following does work
> 
>   [root at sputstik ~]# yum install *openjdk*

AFAIK it's still not 100% correct, because shell could in some circumstances
expand *openjdk* into file list (depending on contents of `pwd` of course).
Safer is to use "*openjdk*"

>   Loaded plugins: langpacks, presto, refresh-packagekit
>   Setting up Install Process
>   Package 1:java-1.6.0-openjdk-javadoc-1.6.0.0-65.1.11.1.fc16.x86_64
> already installed and latest version
>   Package 1:java-1.6.0-openjdk-devel-1.6.0.0-65.1.11.1.fc16.x86_64
> already installed and latest version
>   . . .
> 
> regards,
> 
> 
> Andrew Dinn
> -----------
> Principal Software Engineer
> Red Hat UK Ltd
> Registered in UK and Wales under Company Registration No. 3798903
> Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parson
> (USA), Charlie Peters (USA)




More information about the distro-pkg-dev mailing list