2

I tried a lot of ways like changing /etc/profile and /etc/apt/apt.conf file to use Internet for non browser applications.

I want to use the command sudo apt-get update but due to proxy I can't. How can I fix it?

Zanna
  • 70,465

1 Answers1

0
Use export HTTP_PROXY=

Setting proxy from terminal

and follow this documentation on Ubuntu help wiki

Zanna
  • 70,465