
Ubuntu日本語フォーラム

ログインしていません。
Ubuntu 7.04 サーバー版を使用しています。
apt-getを使ったpostgresqlをインストールしようとすると以下のエラーが発生します。
~$ sudo apt-get install postgresql
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package postgresql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libpg-perl postgresql-common postgresql-client-common
E: Package postgresql has no installation candidate
どうもpostgresqlが見つからないといっているようです。
もしかしてsource.listを変更する必要があるのでしょうか?
いろいろ調べてみましたがなかなか回答を得ることができませんでした。
どなたかご存知の方ご教授お願いできますでしょうか?
よろしくお願いいたします。
オフライン
postgresqlのパッケージはpostgresql-8.2じゃないでしょうか?apt-cache searchやSynapticで検索してみるといいですよ。
オフライン
anoir 様、ご回答ありがとうございます。
本家のマニュアルには以下のように記述されていました。
(http://doc.ubuntu.com/ubuntu/serverguide/C/postgresql.html)
sudo apt-get install postgresql
やはり日本と本家ではソフトウェアの構成が少し違うのですか?
オフライン
kamen による投稿:
やはり日本と本家ではソフトウェアの構成が少し違うのですか?
そんなことすると混乱します。
複数のバージョンが、登録されているだけです。
オフライン