After downloading all packages to upgrade from Debian GNU/Linux 3.0r2 "woody" to currently "testing" distribution "sarge" I get following massages:
Code:
(Reading database ... 141330 files and directories currently installed.)
Preparing to replace login 20000902-12 (using .../login_1%3a4.0.3-30_i386.deb) ...
Unpacking replacement login ...
Replacing files in old package manpages-ja ...
dpkg: error processing /var/cache/apt/archives/login_1%3a4.0.3-30_i386.deb (--unpack):
trying to overwrite `/usr/share/man/ko/man1/login.1.gz', which is also in package manpages-ko
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/login_1%3a4.0.3-30_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried bypass installation of login by renaming its .deb file and using apt-get dist-upgrade -m command. Installation of upgrades end with same error, but with another package passwd:
Code:
Preparing to replace screen 3.9.11-5 (using .../screen_4.0.2-3_i386.deb) ...
Unpacking replacement screen ...
Errors were encountered while processing:
/var/cache/apt/archives/passwd_1%3a4.0.3-30_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I can try bypass installation of passwd too but there probably something wrong, so I wish to resolve this problem without bypassing installation of these packages. Any ideas why I get this error?...