Comment 10 for bug 1582340

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Ubuntu GNOME 16.04 LTS:
=================
$ sudo apt install drupal7
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 drupal7 : Depends: php5 but it is not installable
           Depends: php5-mysql but it is not installable or
                    php5-pgsql but it is not installable or
                    php5-sqlite but it is not installable
           Depends: php5-gd but it is not installable
           Recommends: mysql-server or
                       postgresql but it is not going to be installed or
                       sqlite3
E: Unable to correct problems, you have held broken packages.

After enabling -proposed:
========================
$ sudo apt install drupal7 libapache2-mod-php
$ sudo a2enconf drupal7
$ sudo systemctl reload apache2
Navigate to http://localhost/drupal/install.php and fill in the blanks. (There's a somewhat scary error message at http://localhost/drupal/ if you navigate there before completing the install.php wizard.)

The install works fine (but you have to know to follow those steps). Marking as verification-done.