Comment 5 for bug 208695

Revision history for this message
ShadowMax76 (shadowmax76) wrote :

* Ubuntu Hardy *

- Installed libmysqlclient14_4.1.15-1ubuntu5_i386 and mysql-client-4.1_4.1.15-1ubuntu5_i386 from http://packages.ubuntu.com/dapper.

- Tried to install mysql-client-5.0:

$ sudo aptitude install mysql-client-5.0

...
The following NEW packages will be installed:
  mysql-client-5.0
...
dpkg: error processing /var/cache/apt/archives/mysql-client-5.0_5.0.51a-3ubuntu5.1_i386.deb (--unpack):
 trying to overwrite `/usr/bin/myisam_ftdump', which is also in package mysql-client-4.1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
...

- Installing mysql-client-5.0 from hardy-proposed worked fine:

$ sudo aptitude -t hardy-proposed install mysql-client-5.0

...
The following NEW packages will be installed:
  mysql-client-5.0
The following packages will be REMOVED:
  mysql-client-4.1
The following packages will be upgraded:
  libmysqlclient15off mysql-common
...