- 環境変数にプロキシが設定されているか確認
$ echo $http_proxy $ echo $https_proxy
- また、aptがプロキシを使用するように設定されているか確認
このファイルには以下のような内容が含まれているべきです。
/etc/apt/apt.conf.d/proxy.conf
Acquire::http::Proxy "http://[username]:[password]@[proxy_url]:[proxy_port]"; Acquire::https::Proxy "http://[username]:[password]@[proxy_url]:[proxy_port]";
- 確認
$ cat /etc/apt/apt.conf Acquire::http::Proxy "http://www***.jp:8080"; Acquire::https::Proxy "http://www***.jp:8080";
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme