Bug 1490187
| Summary: | vim-common conflicts with file from package vim-minimal | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Raman Kumar <raman36127> | ||||
| Component: | vim | Assignee: | Karsten Hopp <karsten> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 26 | CC: | gchamoul, karsten, raman36127, zdohnal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-09-11 14:44:54 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Raman Kumar
2017-09-11 04:42:36 UTC
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 *** |