Unable to install - wget unable to go through proxy as standard user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
flashplugin-nonfree (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: flashplugin-nonfree
I experienced the problem with flashpugin-
Error only occurs when behind a proxy. All other programs function as expected behind proxy
Using ubuntu 10.04, kernel 2.6.32-24-generic i686
wget version: 1.12-1.1ubuntu2
flashplugin-
environment variables set to: http_proxy=
When doing upgrade or installing:
# sudo apt-get install flashplugin-
the packages install as expected. When flashplugin-
Flashplugin-
Workaround is to run as root:
# sudo su -
$ export http_proxy=
$ apt-get remove flashplugin-
$ apt-get install flashplugin-
You can also edit /etc/wgetrc and set there following variables:
http_proxy = server:port
ftp_proxy = server:port
Then reinstall flashplugin installer with: installer
sudo apt-get install --reinstall flashplugin-
This solution will help you during further upgrades. You will avoid further manual setting of environment variables and reinstall plugin as root.