Andreas Simon wrote:
>
> [root@succubus /root]# rpm -q anonftp
> anonftp-3.0-3mdk
> anonftp-3.0-2mdk
>
> [root@succubus /root]# rpm -e anonftp-3.0-2mdk
> mv: missing file argument
> Try `mv --help' for more information.
> execution of script failed
>
> It's the same with the other anonftp package.
>
> These damn anonftp packages are restistance to 'rpm -e'.
> What can I do to get rid of this? (I tried a rebuilddb,
> but it had'nt helped)
I just solved the problem. I made an
rpm -e --justdb anonftp-3.0-3mdk anonftp-3.0-2mdk
and installed anonftp-3.0-3mdk again.
*g*