私のコンピュータにオフラインモード(インストール中にインターネット接続なし)でDebian圧縮バージョンをインストールしました。
インストールが完了したら(インストールの成功)、/etc/apt/sources.list
CD-ROMソースコードを編集し、公式のDebianリポジトリのコメントを外しました。コンピュータがインターネットに接続すると、パッケージデータベースは予定通り更新(使用)されているようですが、リポジトリにパッケージが見つかりませんapt-get update
。何も返されません。wireless-tools
apt-cache search wireless
内容はこれです/etc/apt/sources.list
#
# deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 CD Binary-1 20120929-15:56]/ squeeze main
# deb cdrom:[Debian GNU/Linux 6.0.6 _Squeeze_ - Official i386 CD Binary-1 20120929-15:56]/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
# squeeze-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
どんなアイデアがありますか?ありがとう
答え1
パッケージにアクセスできない理由wireless-tools
は、単にメインリポジトリが存在しないためです。ディストリビューションに対応する行を追加します。
deb http://ftp.debian.org/debian/ squeeze main
deb-src http://ftp.debian.org/debian/ squeeze main