Created attachment 1324321 [details] screenshot of error After fresh installation of Fedora 26 Workstation. When i try to install vim editor getting this error. vim-common conflicts with file from package vim-minimal Error: Transaction check error: file /usr/share/man/man1/vim.1.gz from install of vim-common-2:8.0.1030-1.fc26.x86_64 conflicts with file from package vim-minimal-2:8.0.662-1.fc26.x86_64 All steps & fix capture in video. You can find it here https://youtu.be/631V-CyNG7s
Hi Raman, thank you for reporting this issue. Similar issue was reported as DNF bug, would you mind trying this command and telling me, if it works: $ dnf install $(dnf repoquery vim-enhanced vim-minimal --latest-limit 1 -q) If this command works, problem will be in VIm.
Hello Zdenek Dohnal, yum update already in place. Going to run your suggest command. root@ramank ~]# rpm -qa | grep vim vim-minimal-8.0.1030-1.fc26.x86_64 vim-common-8.0.1030-1.fc26.x86_64 vim-filesystem-8.0.1030-1.fc26.x86_64 vim-enhanced-8.0.1030-1.fc26.x86_64 [root@ramank ~]# dnf install $(dnf repoquery vim-enhanced vim-minimal --latest-limit 1 -q) Last metadata expiration check: 0:45:01 ago on Mon 11 Sep 2017 04:09:52 PM IST. Package vim-enhanced-2:8.0.1030-1.fc26.x86_64 is already installed, skipping. Package vim-minimal-2:8.0.1030-1.fc26.x86_64 is already installed, skipping. Dependencies resolved. Nothing to do. Complete! Seems it updated the package and all in place.
Ok, so error is really in VIm. I'll update the package.
*** This bug has been marked as a duplicate of bug 1487175 ***