without proxychains
Code: Select all
sudo dpkg-reconfigure pepperflashplugin-nonfree
ERROR: failed to retrieve status information from google : W: Can't drop privileges for downloading as file './var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stable_InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
with proxychains
Code: Select all
sudo proxychains dpkg-reconfigure pepperflashplugin-nonfree
ProxyChains-3.1 (http://proxychains.sf.net)
ERROR: failed to retrieve status information from google : |DNS-request| dl.google.com
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| dl.google.com is 64.233.188.91
|S-chain|-<>-127.0.0.1:1080-<><>-64.233.188.91:80-<><>-OK
W: Can't drop privileges for downloading as file './var/lib/apt/lists/partial/dl.google.com_linux_chrome_deb_dists_stable_InRelease' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
More information might be available at:
http://wiki.debian.org/PepperFlashPlayer
It seems the package wanted to connect servers of google. Is there anyway I can install pepper flash manually? Thanks