On Thu, 19 Dec 2013, Kevin H. Hobbs wrote:

# yum install perl-autodie
...
Transaction check error:
 file /usr/share/man/man3/Fatal.3pm.gz from install of
perl-autodie-2.16-1.fc19.noarch conflicts with file from package
perl-4:5.16.3-245.fc18.x86_64
 file /usr/share/man/man3/autodie.3pm.gz from install of
perl-autodie-2.16-1.fc19.noarch conflicts with file from package
perl-4:5.16.3-245.fc18.x86_64
 file /usr/share/man/man3/autodie::exception.3pm.gz from install of
perl-autodie-2.16-1.fc19.noarch conflicts with file from package
perl-4:5.16.3-245.fc18.x86_64
 file /usr/share/man/man3/autodie::exception::system.3pm.gz from
install of perl-autodie-2.16-1.fc19.noarch conflicts with file from
package perl-4:5.16.3-245.fc18.x86_64
 file /usr/share/man/man3/autodie::hints.3pm.gz from install of
perl-autodie-2.16-1.fc19.noarch conflicts with file from package
perl-4:5.16.3-245.fc18.x86_64

because it conflicts with perl from f18...

You need to do both at the same time. Here yum shell is useful as it lets you gather a series of yum commands and run them in one batch. Try
something like

yum shell
remove perl-5.16.3-245.fc18.x86_64
install perl-autodie
run
and if that works
exit

you may need to add other commands as well to sort out the dependencies.

        Michael Young
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to