Ubuntu Pastebin

Paste from Brendan at Tue, 1 Sep 2015 16:45:10 +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
brendand@brendand-VirtualBox:~$ sudo apt-get install ubuntu-community-testing
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 ubuntu-community-testing : Depends: checkbox-converged-community but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
brendand@brendand-VirtualBox:~$ sudo apt-get install checkbox-converged-community
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 checkbox-converged-community : Depends: python3-plainbox (>= 0.22) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
brendand@brendand-VirtualBox:~$ sudo apt-get install checkbox-converged-community python3-plainbox
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libqt5quicktest5 plainbox-secure-policy pyotherside python3-jinja2 python3-xlsxwriter
  qml-module-qtquick-qchartjs qml-module-qttest qmlscene qtdeclarative5-test-plugin
Suggested packages:
  python-jinja2-doc
The following packages will be REMOVED
  checkbox-gui checkbox-ng checkbox-ng-service python3-checkbox-ng ubuntu-desktop
The following NEW packages will be installed
  checkbox-converged-community libqt5quicktest5 pyotherside python3-jinja2 python3-xlsxwriter
  qml-module-qtquick-qchartjs qml-module-qttest qmlscene qtdeclarative5-test-plugin
The following packages will be upgraded:
  plainbox-secure-policy python3-plainbox
2 to upgrade, 9 to newly install, 5 to remove and 224 not to upgrade.
Need to get 1,190 kB of archives.
After this operation, 3,616 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Download as text