最近、ソフトウェアセンターからランダムなプログラムをインストールした後、ubuntu 13.04に更新しました。「パッケージ操作に失敗しました」-「ソフトウェアパッケージのインストールまたは削除に失敗しました」というメッセージが表示されます。 python 3.3と関係があるように見えます。誰かがこれが何であるかを説明できますか?(ランダムプログラムがインストールされたことに注意してください)
installArchives() failed: Selecting previously unselected package zenmap.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
----------
Unpacking zenmap (from .../zenmap_6.00-0.3_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Setting up python3.3-minimal (3.3.1-1ubuntu5) ...
Traceback (most recent call last):
File "/usr/lib/python3.3/py_compile.py", line 8, in <module>
import imp
File "/usr/lib/python3.3/imp.py", line 28, in <module>
import tokenize
File "/usr/lib/python3.3/tokenize.py", line 28, in <module>
import re
File "/usr/lib/python3.3/re.py", line 122, in <module>
import sre_compile
File "/usr/lib/python3.3/sre_compile.py", line 14, in <module>
import sre_parse
File "/usr/lib/python3.3/sre_parse.py", line 17, in <module>
from sre_constants import *
File "/usr/lib/python3.3/sre_constants.py", line 18, in <module>
from _sre import MAXREPEAT
ImportError: cannot import name MAXREPEAT
dpkg: error processing python3.3-minimal (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of python3-minimal:
python3-minimal depends on python3.3-minimal (>= 3.3.1-1~); however:
Package python3.3-minimal is not configured yet.
dpkg: error processing python3-minimal (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3.3:
python3.3 depends on python3.3-minimal (= 3.3.1-1ubuntu5); however:
Package python3.3-minimal is not configured yet.
dpkg: error processing python3.3 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3:
python3 depends on python3.3 (>= 3.3.1-1~); however:
Package python3.3 is not configured yet.
python3 depends on python3-minimal (= 3.3.1-0ubuntu1); however:
Package python3-minimal is not configured yet.
----------
Errors were encountered while processing:
python3.3-minimal
python3-minimal
python3.3
python3
python3-apt
python3-dbus
language-selector-common
python3-gi
bluez
gnome-menus
kde-runtime
kdenlive
gnome-bluetooth
indicator-bluetooth
gnome-control-center
python3-xkit
ubuntu-drivers-common
python3-pkg-resources
python3-crypto
python3-oauthlib
friends-dispatcher
libfriends0
lsb-release
ubuntu-minimal
python3-gdbm:i386
python3-commandnotfound
command-not-found
python3-distupgrade
python3-update-manager
ubuntu-release-upgrader-core
ubuntu-standard
ufw
update-manager-core
python3-problem-report
python3-apport
apport
apport-gtk
apturl-common
unattended-upgrades
python3-software-properties
software-properties-common
python3-aptdaemon
python3-aptdaemon.gtk3widgets
software-properties-gtk
apturl
Setting up zenmap (6.00-0.3) ...
Setting up python3.3-minimal (3.3.1-1ubuntu5) ...
Traceback (most recent call last):
Synaptic Package Managerをインストールして開いている場合は、左側の「壊れた」を選択します。破損したパッケージをアンインストールまたは再インストールします。
壊れたパッケージとしてlibmotif4を示していました。 libmotif3もインストールされていたことが判明し、これが問題を引き起こしていました。 libmotif3を削除し、4を再インストールしました。
端末を開き、次のように入力します
Sudo apt-get update
Sudo dpkg-reconfigure -a