i can't install any package on my raspberry pi?
Every time i can try show 403 forbidden error!
how can fix this problem? anybody help me!
This code seems like a HTTP error... ?rameshp wrote:Every time i can try show 403 forbidden error!
Use SSH instead of HTTP for the remote access.rameshp wrote:how can fix this problem?
I know. Internet is always working. But is it working for you? So ... what is the result of "ping 8.8.8.8"rameshp wrote:hi,
internet is working.
Yes it is. Otherwise (s)he wouldn't get a 403.sander2 wrote:But is it working for you?
How are you trying to install a package?rameshp wrote:i can't install any package on my raspberry pi?
IF Raspbian Wheezyrameshp wrote:i can't install any package on my raspberry pi?
Every time i can try show 403 forbidden error!
how can fix this problem? anybody help me!
No? How about being behind a non-functional proxy setup? The proxy will say "403 Forbidden". Easydiederik wrote:Yes it is. Otherwise (s)he wouldn't get a 403.sander2 wrote:But is it working for you?
Code: Select all
sudo apt-get -o Acquire::http::Proxy="http://proxy.xs4all.nl:8080" update