Hide Forgot
Description of problem: When provisioning recent Fedora 25 cloud image, I have encountered the following error when trying to install vim: """ Error: Transaction check error: file /usr/share/man/man1/vim.1.gz from install of vim-common-2:8.0.118-1.fc25.x86_64 conflicts with file from package vim-minimal-2:7.4.1989-2.fc25.x86_64 """ vim-minimal is installed as dependency for sudo 1.8.18-1.fc25; thus to replace it with vim-common, I have to uninstall both, install vim and then install sudo back. This seems to be a packaging bug that needs fixing. Version-Release number of selected component (if applicable): vim-common-8.0.118-1.fc25.x86_64.rpm vim-minimal-8.0.118-1.fc25.x86_64 sudo-1.8.18-1.fc25.x86_64 How reproducible: Always Steps to Reproduce: 1. Start a fresh F25 Vagrant box downloaded from http://download.eng.brq.redhat.com/pub/fedora/linux//releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-Vagrant-25-1.3.x86_64.vagrant-libvirt.box 2. Try to run 'dnf clean all && dnf install -y vim' Actual results: There is a file conflict between vim-common and vim-minimal brought in by sudo package that prevents doing this operation in one go. Expected results: vim and all its dependencies should be installed successfully and replace vim-minimal
Hi, this is duplicate of #1401323. Please install packages from koji build. *** This bug has been marked as a duplicate of bug 1401323 ***