Seite 1 von 1

Yum Update nicht möglich - python-paket-Konflikte

Verfasst: 04 Aug 2016, 09:06
von Havok2333
Hallo zusammen,

aktuell gibt es leider wieder ein Problem mit Paket-Konflikiten bei unserem Centos-7-Server. Beim Ausführen von yum update wird das Paket pexpect als Abhängigkeit mitinstalliert. Ich habe schon versucht, den Befehl mit dem Parameter --skip-broken auszuführen. Allerdings hat das nicht geholfen.

Hier die Ausgabe der Konsole:

Als Abhängigkeiten installiert:
pexpect noarch 2.3-11.el7 base 142 k

Transaction check error:
file /usr/lib/python2.7/site-packages/ANSI.py from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/ANSI.pyc from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/ANSI.pyo from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/FSM.py from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/FSM.pyc from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/FSM.pyo from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/fdpexpect.py from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/fdpexpect.pyc from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/fdpexpect.pyo from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/pxssh.py from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/pxssh.pyc from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/pxssh.pyo from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/screen.py from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/screen.pyc from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch
file /usr/lib/python2.7/site-packages/screen.pyo from install of pexpect-2.3-11.el7.noarch conflicts with file from package python-pexpect-3.3-10.1.noarch

Fehler-Zusammenfassung

Weiß jemand etwas genaueres? Kann man da einen Workaround nutzen?

Grüße,
Havok

Re: Yum Update nicht möglich - python-paket-Konflikte

Verfasst: 05 Aug 2016, 12:40
von n.wenselowski
Hi,

interessanterweise kann ich das auf meinem CentOS 7 nicht beobachten.
Wird pexpect als Abhängigkeit eines anderen Pakets gezogen?


Gruß

Niko

Re: Yum Update nicht möglich - python-paket-Konflikte

Verfasst: 10 Aug 2016, 19:18
von SisterOfMercy
Try this:

Code: Alles auswählen

rpm --nodeps -e pexpect
yum upgrade -v
Afterwards you might have to install python-pexpect. I don't think it's a dependency for OPSI.