Bug 33812 - Невозможно удалить пакеты с одинаковым %EVR
Summary: Невозможно удалить пакеты с одинаковым %EVR
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-25 11:29 MSK by Andrey Cherepanov
Modified: 2017-08-25 13:44 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2017-08-25 11:29:55 MSK
# rpm -q 389-ds-base
389-ds-base-1.3.7.2-alt1.x86_64
389-ds-base-1.3.7.2-alt1.x86_64
# rpm -e 389-ds-base-1.3.7.2-alt1.x86_64
ошибка: "389-ds-base-1.3.7.2-alt1.x86_64" specifies multiple packages:
  389-ds-base-1.3.7.2-alt1.x86_64
  389-ds-base-1.3.7.2-alt1.x86_64

Отличались временем сборки.
Comment 1 alexey.tourbin 2017-08-25 11:58:32 MSK
Try `rpm -ea 389-ds-base'.

--allmatches
Remove  all versions of the package which match PACKAGE_NAME. Normally an error is issued if PACKAGE_NAME matches multiple packages.
Comment 2 Dmitry V. Levin 2017-08-25 13:44:50 MSK
.