Thread overview
fedora 18
Jan 16, 2013
Robert
Jan 21, 2013
Duarte
Jan 21, 2013
James
Jan 28, 2013
Rikki
January 16, 2013
Installing the rpm of dmd-2.061 under Fedora 18 fails for me.

Via package-kit I get an error that it is unsigned, via yum I get the following errors:

Transaction Check Error:
  file / from install of dmd-2.061-0.x86_64 conflicts with file from
package filesystem-3.1-2.fc18.x86_64
  file /usr/bin from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64

Error Summary


Has this anything to do with the new rpm version used in Fedora 18? Is anyone else having problems?

Best regards,

Robert

January 21, 2013
On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
> Installing the rpm of dmd-2.061 under Fedora 18 fails for me.
>
> Via package-kit I get an error that it is unsigned, via yum I get the
> following errors:
>
> Transaction Check Error:
>   file / from install of dmd-2.061-0.x86_64 conflicts with file from
> package filesystem-3.1-2.fc18.x86_64
>   file /usr/bin from install of dmd-2.061-0.x86_64 conflicts with file
> from package filesystem-3.1-2.fc18.x86_64
>   file /usr/lib from install of dmd-2.061-0.x86_64 conflicts with file
> from package filesystem-3.1-2.fc18.x86_64
>   file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts with file
> from package filesystem-3.1-2.fc18.x86_64
>
> Error Summary
>
>
> Has this anything to do with the new rpm version used in Fedora 18? Is
> anyone else having problems?
>
> Best regards,
>
> Robert

Same here on x86 :/
Any help would be helpful!

Regards
January 21, 2013
On Monday, 21 January 2013 at 15:20:32 UTC, Duarte wrote:
> On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
>> Installing the rpm of dmd-2.061 under Fedora 18 fails for me.
>>
>> Via package-kit I get an error that it is unsigned, via yum I get the
>> following errors:
>>
>> Transaction Check Error:
>>  file / from install of dmd-2.061-0.x86_64 conflicts with file from
>> package filesystem-3.1-2.fc18.x86_64
>>  file /usr/bin from install of dmd-2.061-0.x86_64 conflicts with file
>> from package filesystem-3.1-2.fc18.x86_64
>>  file /usr/lib from install of dmd-2.061-0.x86_64 conflicts with file
>> from package filesystem-3.1-2.fc18.x86_64
>>  file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts with file
>> from package filesystem-3.1-2.fc18.x86_64
>>
>> Error Summary
>>
>>
>> Has this anything to do with the new rpm version used in Fedora 18? Is
>> anyone else having problems?
>>
>> Best regards,
>>
>> Robert
>
> Same here on x86 :/
> Any help would be helpful!
>
> Regards

Same problem here  too.
January 28, 2013
On Monday, 21 January 2013 at 21:41:00 UTC, James wrote:
> On Monday, 21 January 2013 at 15:20:32 UTC, Duarte wrote:
>> On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
>>> Installing the rpm of dmd-2.061 under Fedora 18 fails for me.
>>>
>>> Via package-kit I get an error that it is unsigned, via yum I get the
>>> following errors:
>>>
>>> Transaction Check Error:
>>> file / from install of dmd-2.061-0.x86_64 conflicts with file from
>>> package filesystem-3.1-2.fc18.x86_64
>>> file /usr/bin from install of dmd-2.061-0.x86_64 conflicts with file
>>> from package filesystem-3.1-2.fc18.x86_64
>>> file /usr/lib from install of dmd-2.061-0.x86_64 conflicts with file
>>> from package filesystem-3.1-2.fc18.x86_64
>>> file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts with file
>>> from package filesystem-3.1-2.fc18.x86_64
>>>
>>> Error Summary
>>>
>>>
>>> Has this anything to do with the new rpm version used in Fedora 18? Is
>>> anyone else having problems?
>>>
>>> Best regards,
>>>
>>> Robert
>>
>> Same here on x86 :/
>> Any help would be helpful!
>>
>> Regards
>
> Same problem here  too.

I got it to work by adding the --replacefiles option to rpm, e.g:

sudo rpm -i --replacefiles dmd-2.061-0.fedora.x86_64.rpm

--force should work too.