インターネットにアクセスせず、手動でIPアドレスを割り当てたマシンで「apt-get update」を機能させるにはどうすればよいですか?
apt-mirrorインターネットにアクセスできるマシンに最新のubuntuパッケージをセットアップしてダウンロードしました。目標はapt-get update、インターネットにアクセスできないターゲットマシンで実行するときに、このマシンをリポジトリとして使用することです。両方のマシンは手動IPアドレスでセットアップされており、両方のマシンはOSとしてUbuntu 16.04で実行されています。etc/apt/sources.listターゲットマシンでは、唯一の1行があります。 deb http://<local_repo_IP>/ubuntu/ xenial main restricted multiverse universe しかしsudo apt-get update、ターゲットマシンで実行すると、次のエラーが表示されます。 Ign:1 http://<local_repo_IP>/ubuntu/dists/xenial main InRelease Ign:2 http://<local_repo_IP>/ubuntu/dists/xenial main Release Ign:3 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted amd64 Packages Ign:4 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted i386 Packages Ign:5 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted all Packages Ign:6 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted Translation-en_HK Ign:7 http://<local_repo_IP>/ubuntu/dists/xenial main/restricted Translation-en Ign:8 http://<local_repo_IP>/ubuntu/dists/xenial main/multiverse amd64 Packages Ign:9 …