You are probably behind proxy, and when you execute wget command to download some file, you get 403 error.
Not a problem! Let's create file in your home directory
nano ~/.wgetrc
Paste proxy server address and port in the following format:
use_proxy = on
http_proxy = http://192.168.55.10:8080
https_proxy = https://192.168.55.10:8080
ftp_proxy = ftp://192.168.55.10:8080
Remember, that in our example proxy address is 192.168.55.10, and port is 8080.
We have 3 guests and no members online