python3 未滿足的依賴關係

python3 未滿足的依賴關係

我的伺服器目前運行的是 Ubuntu Server 15.10。昨天我嘗試使用指令安裝 Gnome GUI

sudo apt-get install xorg gnome-core gnome-system-tools gnome-app-install

現在每當我嘗試升級時都會收到這些錯誤

$ sudo apt-get upgrade -y
sudo: /etc/sudoers.d/fruitywifi is owned by uid 1000, should be 0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 python3 : PreDepends: python3-minimal (= 3.4.3-1) but 3.4.3-4ubuntu1 is installed
E: Unmet dependencies. Try using -f.

跑步apt-get -f 安裝給我這個

$ sudo apt-get -f install
sudo: /etc/sudoers.d/fruitywifi is owned by uid 1000, should be 0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libaacs0 libass5 libbluray1 libcec3 libenca0 libglew1.10 liblockdev1 libmad0 libmicrohttpd10 libplatform1 libsdl2-2.0-0 libssh-4 libva-x11-1
  libxss1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libpython3-stdlib python3
Suggested packages:
  python3-doc python3-tk python3-venv
The following packages will be upgraded:
  libpython3-stdlib python3
2 upgraded, 0 newly installed, 0 to remove and 1089 not upgraded.
12 not fully installed or removed.
Need to get 0 B/15.8 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up libssl1.0.0:amd64 (1.0.2d-0ubuntu1) ...
Checking for services that may need to be restarted...done.
Checking for services that may need to be restarted...done.
Checking init scripts...
dpkg: error processing package libssl1.0.0:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of libpython3.4-minimal:amd64:
 libpython3.4-minimal:amd64 depends on libssl1.0.0 (>= 1.0.1); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package libpython3.4-minimal:amd64 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3.4-minimal:
 python3.4-minimal depends on libpython3.4-minimal (= 3.4.3-9ubuntu1); however:
  Package libpython3.4-minimal:amd64 is not configured yet.

dpkg: error processing package python3.4-minimal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-minimal:
 python3-minimal depends on python3.4-minimal (>= 3.4.3-1); however:
  Package python3.4-minimal is not configured yet.

dpkg: error processing package python3-minimal (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          No apport report written because the error message indicates its a followup error from a previous failure.
                                                                    No apport report written because MaxReports is reached already
                                                                                                                                  Errors were encountered while processing:
 libssl1.0.0:amd64
 libpython3.4-minimal:amd64
 python3.4-minimal
 python3-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)

畢竟 GUI 甚至無法正確啟動,所以我想刪除它並嘗試另一個不同的,但每當我嘗試刪除它時,我都會得到這個

$ sudo apt-get remove --purge xorg gnome-core gnome-system-tools gnome-app-install -y
sudo: /etc/sudoers.d/fruitywifi is owned by uid 1000, should be 0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'software-center' instead of 'gnome-app-install'
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 python3 : PreDepends: python3-minimal (= 3.4.3-1) but 3.4.3-4ubuntu1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

不知道還能嘗試什麼。


$ lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.10
Release:    15.10
Codename:   wily

$ uname -a

Linux ltserver 3.19.0-31-generic #36-Ubuntu SMP Wed Oct 7 15:04:02 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

$ apt-cache policy python3-minimal

python3-minimal:
  Installed: 3.4.3-4ubuntu1
  Candidate: 3.4.3-4ubuntu1
  Version table:
 *** 3.4.3-4ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
        100 /var/lib/dpkg/status

$ sudo apt-cache policy python3

python3:
  Installed: 3.4.3-1
  Candidate: 3.4.3-4ubuntu1
  Version table:
     3.4.3-4ubuntu1 0
        500 http://us.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
 *** 3.4.3-1 0
        100 /var/lib/dpkg/status

$ sudo apt-get download python3
$ sudo dpkg -i python3_*.deb

sudo: /etc/sudoers.d/fruitywifi is owned by uid 1000, should be 0
dpkg: regarding python3_3.4.3-4ubuntu1_amd64.deb containing python3, pre-dependency problem:
 python3 pre-depends on python3-minimal (= 3.4.3-4ubuntu1)
  python3-minimal latest configured version is 3.4.3-1.

dpkg: error processing archive python3_3.4.3-4ubuntu1_amd64.deb (--install):
 pre-dependency problem - not installing python3
Errors were encountered while processing:
 python3_3.4.3-4ubuntu1_amd64.deb

$ sudo apt-get install -f

sudo: /etc/sudoers.d/fruitywifi is owned by uid 1000, should be 0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  libaacs0 libass5 libbluray1 libcec3 libenca0 libglew1.10 liblockdev1
  libmad0 libmicrohttpd10 libplatform1 libsdl2-2.0-0 libssh-4
  libva-x11-1 libxss1
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libpython3-stdlib python3
Suggested packages:
  python3-doc python3-tk python3-venv
The following packages will be upgraded:
  libpython3-stdlib python3
2 upgraded, 0 newly installed, 0 to remove and 1089 not upgraded.
12 not fully installed or removed.
Need to get 0 B/15.8 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up libssl1.0.0:amd64 (1.0.2d-0ubuntu1) ...
Checking for services that may need to be restarted...done.
Checking for services that may need to be restarted...done.
Checking init scripts...
dpkg: error processing package libssl1.0.0:amd64 (--configure):
 subprocess installed post-installation script returned error exit status 10
dpkg: dependency problems prevent configuration of libpython3.4-minimal:amd64:
 libpython3.4-minimal:amd64 depends on libssl1.0.0 (>= 1.0.1); however:
  Package libssl1.0.0:amd64 is not configured yet.

dpkg: error processing package libpython3.4-minimal:amd64 (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency problems prevent configuration of python3.4-minimal:
 python3.4-minimal depends on libpython3.4-minimal (= 3.4.3-9ubuntu1); however:
  Package libpython3.4-minimal:amd64 is not configured yet.

dpkg: error processing package python3.4-minimal (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python3-minimal:
 python3-minimal depends on python3.4-minimal (>= 3.4.3-1); however:
  Package python3.4-minimal is not configured yet.

dpkg: error processing package python3-minimal (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
No apport report written because MaxReports is reached already
Errors were encountered while processing:
 libssl1.0.0:amd64
 libpython3.4-minimal:amd64
 python3.4-minimal
 python3-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)

答案1

升級到 15.10 後執行 apt-get everything 時出現相同的錯誤訊息。跑步

sudo apt-get install python3 libpython3-stdlib

讓我解決了這個問題。眼下

apt-get dist-upgrade

仍在運行,所以我不知道這一切都好嗎,但至少是進步。

相關內容