nee, läuft immer nur eine instanz.
weder 'apt-get update' noch 'apt-get -f install' haben geholfen.
wenn ich das ganze über die shell versuche schaut's auch nicht besser aus..
|
Code source
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
sudo apt-get install cvs Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
cvs
0 upgraded, 1 newly installed, 0 to remove and 127 not upgraded.
Need to get 0B/1434kB of archives.
After unpacking 3097kB of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... dpkg: error processing /var/cache/apt/archives/cvs_1%3a1.12.9-9ubuntu0.1_i386.deb (--unpack):
unable to open files list file for package `liba52-0.7.4': Input/output error
Errors were encountered while processing:
/var/cache/apt/archives/cvs_1%3a1.12.9-9ubuntu0.1_i386.deb
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
Wie leert man den cache?
rm *.deb in /var/cache/apt/archives/ ?
das hat nicht geholfen...