Ubuntu Pastebin

Paste from maestrojed at Wed, 14 Jan 2015 04:08:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
mallory@duchess:~$ sudo apt-get check
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:
 wine-compholio : Depends: wine-compholio-i386 (= 1.7.29~ubuntu12.04.1) but 1.7.34-1~ubuntu12.04.1 is installed
E: Unmet dependencies. Try using -f.

mallory@duchess:~$ sudo apt-get remove wine-compholio
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:
 wine-browser-installer : Depends: wine-compholio (>= 1.7.0-3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

mallory@duchess:~$
Download as text