
1. Open Terminal (Ctrl+Alt+T)
3. Make a file there named 01proxy with
command: sudo gedit 01proxy.
4. Check the existence of 01proxy with
command: ls. If there, then a name 01proxy will appear in display. If
not, repeat step 3.
5. Edit content of 01proxy with
command: sudo gedit 01proxy.
6. Fill it with a row of this words:
Acquire::http::proxy
"http://username:password@proxyserver:port/";
with note:
username is your proxy username, password is your password,
proxyserver is yuor proxy URL or it's ip number, port is port number
to access the proxy (if you don't know, please confirm to your proxy
administrator). Example:
Acquire::http::proxy
"http://malsasa:traumalin89@proxyserver.server.net:443/";
7. Save (Ctrl+S).
Now you can try to install a program.
You can start with installing Stardict, a simple but great
dictionary.