Skip to content

Instantly share code, notes, and snippets.

@kentarosasaki
Last active September 19, 2018 03:18
Show Gist options
  • Save kentarosasaki/a3fdf24c6692bc1c4f0fb259dbc1bad1 to your computer and use it in GitHub Desktop.
Save kentarosasaki/a3fdf24c6692bc1c4f0fb259dbc1bad1 to your computer and use it in GitHub Desktop.
Proxy 環境下で rpm コマンドを使う際の設定ファイルの書き方 ref: https://qiita.com/kentarosasaki/items/84bd59c0314dd263a80e
%_httpport 12345
%_httpproxy http://your.proxy.url
$ rpm --httpproxy http://your.proxy.url --httpport 12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment