
Ubuntu日本語フォーラム

ログインしていません。
PowerMac G4に6.10をインストールしましたが、alienがインストールできません。
環境は、G4 AGP graphics(二番目に古いG4)、メモリは384MB、HDD10G、
オンボードLANに無線LANの子機を接続して、ブロードバンド接続しています。
Synapticで”alien”をインストール指定すると、
”依存により要求された変更を追加しますか?”の確認画面で下記のパッケージの
インストールを確認され、
インストールされるパッケージ
html2text
libbeecrypt6
librpm4
rpm
その画面で”マーク”をクリックすると以下のメッセージが出てインストールされません。
alien:
依存: debhelper しかしそれはインストールされません
依存: dpkg-dev しかしそれはインストールされません
さらに、上記の2つを先にSynapticでインストールしようとしても、
同じようなコメントが出て、インストールできません。
以上よろしくお願いします。
一応同じようなスレッドが立ってないか確認しましたが、既にでてましたら御容赦願います。
オフライン
6.10は先月、サポートが終了したので使わない方が良いです。PowerPC版のUbuntuを探しているってことでいいんですよね。今使うなら、古いけれども公式にPowerPCに対応し、サポート期間がまだ続いている6.06か、非公式だけれどもより新しい7.10か8.04を使った方がいいでしょう(ダウンロード先はこちら)。
もし7.10を使っている場合、PowerPC版のリポジトリが変更されます。ソースリストのarchive.ubuntu.comをすべてports.ubuntu.comに変えないといけません。
この二点を確認した上でインストールされない場合は、/etc/apt/sources.listの中身や、apt-cache policy alienの結果なんかをここに貼り付けて見てください。
オフライン
ありがとうございます。
実は、最初に7.10でトライしたのですが、CD-ROMからブートできず、
下記のサイトで、G4へのインストールが成功したことを知り、
http://d-lights.jp/ubuntu/diaryall.html
これが2006年頃だったので、そのころのバージョンと思われる
6.10でトライしてみました。
さかのぼるのであれば、6.06にした方がよかったわけですね?
8.04か6.06への移行を考えますが、
提案いただいた内容を貼り付けますので、何かわかりましたら
ご教授お願いします。
******************** source.list *************************************
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release powerpc (20071016)]/ gutsy main
deb http://archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://jp.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://jp.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
******************** sources.list おわり ****************************
******************** apt-cashe policy ******************************
$ apt-cache policy alien
alien:
インストールされているバージョン: (なし)
候補: 8.64
バージョンテーブル:
8.64 0
500 http://archive.ubuntu.com edgy/main Packages
$
******************** sources.list おわり ***************************
オフライン
すみません、質問ばかりになってしまいます。
te71 による投稿:
実は、最初に7.10でトライしたのですが、CD-ROMからブートできず、
これは、PowerPC用のCDイメージ(ファイル名にi386ではなくpowerpcと書いてある奴)をダウンロードし、インストールしましたでしょうか(8.04のPowerPC用イメージファイルはこちらです)。起動できなかったのはスペックの問題かもしれないので、インストールするだけならAlternate CDを使った方がいいかもしれません。
# PowerPC版6.06のCDイメージへのリンクも貼ろうと思ったんですけど、
# DVDイメージへのリンクしか見つかりませんでした……
# どなたかフォローお願いします。
te71 による投稿:
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release powerpc (20071016)]/ gutsy main
deb http://archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ edgy main restricted multiverse universe
他の部分は6.10(edgy)にもかかわらず、先頭のcdromだけ7.10のCDを指定しているようですが、何か原因はわかりますでしょうか。
とりあえず6.10ではなく、6.06(もしくは6.06.1)か8.04をインストールした方がいいのですが、6.10でもalienをインストールするためには端末で
sudo gedit /etc/apt/sources.list
を実行し、最初の8行を
# deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release powerpc (20071016)]/ gutsy main deb http://ports.ubuntu.com/ubuntu/ edgy main restricted multiverse universe deb-src http://ports.ubuntu.com/ubuntu/ edgy main restricted multiverse universe ## Major bug fix updates produced after the final release of the ## distribution. deb http://ports.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe deb-src http://ports.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe
のように変更してから(1行目に#をつけてコメントアウトし、2,3,7,8行目のarchiveをportsに変更しています)
sudo apt-get update
を実行し、alienをインストールしてみてはどうでしょう。
オフライン
PowerPC版6.06のCDイメージへのリンク(Mirror)
Japan Yamagata University (Asia)
Japan JAIST (Asia)
これでしょうか。
すみません、リンク直しました。
最後の編集者: knxg9001 (2008-05-06 23:46:18)
オフライン
お世話になります。
CD-ROMイメージは、全てPowerPC版を使っています。
>先頭のcdromだけ7.10のCDを指定している
点ですが、6.10のアップグレードの際にファイル取得の失敗が
多いので、7.10のCD-ROMをCDドライブに入れおき、
レポジトリに追加していたためと思います。
6.10では、日本語入力もできず(こちらのサイトを見て、なんとか
解決はできましたが)、アップグレードもエラーばかりで、
おかしいと思ってました。
6.06の案内ありがとうございます。
先の指摘(6.10はサポート終了)を見て、6.06を再度クリーンインストール
しなおしました。
ありがとうございました。
オフライン