Debian package dependencies

2 posts / 0 new
Last post
KX4GG
Debian package dependencies

I am attempting to install 2.3.0-1_i386.deb on my Debian system. I was able to install the dependencies except for:
mysql-server
libmysqlclient-dev

It appears these packages have been changed to:
default-mysql-server
default-libmysqlclient-dev

This is the Debian Testing branch. Is it OK to force the install? Does the debian install package need to be updated?

KX4GG
I went ahead and tried it

I went ahead and tried it with: dpkg -i --force-depends and it installed, started up correctly it appears. I haven't tested it yet, but things appear OK, it even created the new database without any errors.