Weird Network Manager Problem

Mike Dwiggins mike at azdwiggins.com
Sat Sep 25 17:40:47 UTC 2010


  On 9/25/2010 10:18 AM, Genes MailLists wrote:
> On 09/25/2010 12:55 PM, Mike Dwiggins wrote:
>
>> Especially after I got this:
>>
>> # rpm -V| --verify *
>> bash: --verify: command not found
>> rpm: no arguments given for verify
>>
>>
>> Something is not right!
>>
>    That command is not correct ... its piping output of 'rpm -V' into a
> command '--verify' which it correctly tells you does not exist.
>
>    the options -V and --verify are equivalent - and wildcard '*" wont work.
>
>     Try instead:
>
>      rpm -V NetworkManager
>
> or whatever list of things you want to verify. If you want to verify all
> install packages try:
>
>      rpm -V -a
>
>   gene/
>
>
Thanks Gene,
Clear cut case of miss-reading a Man page on my part!



More information about the users mailing list