mattack
April 13th, 2008, 05:47 PM
How do you install a package with alternate dependencies? For instance, I want to install MediaWiki but don't want to use the default MySQL database as I already have PostgreSQL installed and running. If you # aptitude show mediwiki1.10
Package: mediawiki1.10
State: not installed
Version: 1.10.2-1
Priority: optional
Section: universe/web
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 17.3M
Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-cli, mime-support, debconf (>= 0.5) | debconf-2.0
Recommends: mysql-server | postgresql-8.1
How do I get it installed with postgresql support instead of mysql?
Package: mediawiki1.10
State: not installed
Version: 1.10.2-1
Priority: optional
Section: universe/web
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 17.3M
Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql, php5-cli, mime-support, debconf (>= 0.5) | debconf-2.0
Recommends: mysql-server | postgresql-8.1
How do I get it installed with postgresql support instead of mysql?