Ubuntu Pastebin

Paste from marc at Fri, 20 Nov 2015 19:47:35 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libssl1.0.0:i386 python3
Suggested packages:
  python3-doc python3-venv
The following NEW packages will be installed:
  libssl1.0.0:i386
The following packages will be upgraded:
  python3
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
859 not fully installed or removed.
Need to get 0 B/925 kB of archives.
After this operation, 3,151 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Preconfiguring packages ...
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 pythonNo 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
                                                                                                    3-minimal (--configure):
 dependency problems - leaving unconfigured
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)
Download as text