- ベストアンサー
HylaFaxをDebianにインストールする方法
- Debian 4.0 etchにHylaFaxをインストールする方法がわかりません。Debian 4.0 etchのCDが必要であり、現在は入手できないため困っています。
- Debianの公式サイトでDebian 4.0を入手しようとしましたが、現在は5.0しか配布されていません。しかし、5.0でもインストール可能だと考え、DVDに焼きましたが、インストールできませんでした。
- DVDをいれてapt-get installコマンドを実行することでHylaFaxをインストールできるかどうかわかりません。全体的なインストールのアドバイスをお願いします。
- みんなの回答 (1)
- 専門家の回答
質問者が選んだベストアンサー
/etc/apt/sources.listの内容がインストール時点のcd-romになったままなんじゃないでしょうか? ネット上のリポジトリに変更すればいけると思いますが。 /etc/apt/sources.listの内容を例えば、 ----- deb http://ftp.riken.jp/pub/Linux/debian/debian/ etch main contrib non-free deb-src http://ftp.riken.jp/pub/Linux/debian/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org/ etch/updates main contrib non-free ----- とかに変更してから、 # apt-get update して、 # apt-get install hylafax-server hylafax-client hylafax-doc で、どうでしょうか。 ずっとアップデートされていないのであれば、先に # apt-get update && apt-get dist-upgrade をやって最新状態にしておくべきかも。 それとapt-getはもう古くて、今はaptitudeを使います。(※インストールされていれば) 使い方はほぼ同じです。 # aptitude install hylafax-server hylafax-client hylafax-doc と置き換えられます。