Oct
08
2008

Ubuntu

First run the following (to add the build sign key)

wget -q http://ourdelta.org/deb/ourdelta.gpg \
        -O- | apt-key add -

Then run one of the following commands

wget http://ourdelta.org/deb/sources/release-ourdelta.list \
        -O /etc/apt/sources.list.d/ourdelta.list

or

wget http://ourdelta.org/deb/sources/release-ourdelta-sail.list \
        -O /etc/apt/sources.list.d/ourdelta.list

where release is the Ubuntu release name (hardy, intrepid).

(don’t put both ourdelta and ourdelta-sail in, or your upgrading will get into trouble - we use the same output filename in the above example to make sure you can’t have both)

Also run apt-get update to fetch the new lists.

Packages

  • mysql-server
  • mysql-server-5.0
  • mysql-common-5.0
  • libmysqlclient15off
  • mysql-client-5.0
  • libmysqlclient15-dev

For any server installation, simply install mysql-server. For client connectivity, install mysql-client. The dependencies will be automatically resolved.

OS/Distro Version Architecture Download
Ubuntu 8.04 LTS (Hardy) i386/amd64 DEB
Ubuntu 8.10 (Intrepid) i386/amd64 DEB

This is work-in-progress. You may not see your distro/arch here yet.

Written by arjen in: Uncategorized | |

No Comments »

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress | Aeros Theme