code:
1
2
3
4
5
6
7
| pc1:~# apt-get install Reading Package Lists... Done Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these. Sorry, but the following packages have unmet dependencies: wine: Depends: libwine (= 0.0.20011108-2) but 0.0.20011226-1 is installed E: Unmet dependencies. Try using -f. |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| pc1:~# apt-get -f install Reading Package Lists... Done Building Dependency Tree... Done Correcting dependencies... Done The following extra packages will be installed: wine 1 packages upgraded, 0 newly installed, 0 to remove and 59 not upgraded. 103 packages not fully installed or removed. Need to get 0B/607kB of archives. After unpacking 86.0kB will be used. Do you want to continue? [Y/n] Preconfiguring packages ... (Reading database ... 134333 files and directories currently installed.) Preparing to replace wine 0.0.20011108-2 (using .../wine_0.0.20011226-1_i386.deb) ... Unpacking replacement wine ... dpkg: error processing /var/cache/apt/archives/wine_0.0.20011226-1_i386.deb (--unpack): unable to stat `./usr/bin/regapi.so' (which I was about to install): Permission denied dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine_0.0.20011226-1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) |
code:
1
2
3
4
5
6
7
8
| pc1:~# apt-get install libwine Reading Package Lists... Done Building Dependency Tree... Done Sorry, libwine is already the newest version. You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: wine: Depends: libwine (= 0.0.20011108-2) but 0.0.20011226-1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| pc1:~# apt-get install wine Reading Package Lists... Done Building Dependency Tree... Done 1 packages upgraded, 0 newly installed, 0 to remove and 59 not upgraded. 103 packages not fully installed or removed. Need to get 0B/607kB of archives. After unpacking 86.0kB will be used. Preconfiguring packages ... (Reading database ... 134333 files and directories currently installed.) Preparing to replace wine 0.0.20011108-2 (using .../wine_0.0.20011226-1_i386.deb) ... Unpacking replacement wine ... dpkg: error processing /var/cache/apt/archives/wine_0.0.20011226-1_i386.deb (--unpack): unable to stat `./usr/bin/regapi.so' (which I was about to install): Permission denied dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/wine_0.0.20011226-1_i386.deb E: Sub-process /usr/bin/dpkg returned an error code (1) |
wat nu?