Results 1 to 8 of 8

Thread: apt-get & proxy

  1. #1
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    13

    apt-get & proxy

    Hi Im currently conected to Internet trough a winproxy, how can i use apt-get?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    ooh! ooh! I know the answer to this one!

    before you run apt-get (and the rest of your command line) you will want to run the command

    export http_proxy="http://your.proxy.name:8080"

    replace your.proxy.name with the DNS name or IP address of your proxy, and replace 8080 with what ever proxy port you use in your browser.

    My proxy let's ftp traffic out without using the proxy, so I'm not sure what you will need to do if ftp traffic becomes an issue, but let the group know, and I am sure someone can give you some input.

  3. #3
    Junior Member registered user
    Join Date
    Jan 2004
    Posts
    13

    it works!!!

    Many thanks for your wise answer in addition i can use apt-get as follows:
    Code:
    http_proxy=ipoftheproxy:httpport apt-get update
    many thanks

  4. #4
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    I believe this should work with modification of the address in the /etc/apt/apt.conf for a more permenant solution.

    Code:
    Acquire::http::Proxy "http://localhost:8000";
    Acquire::ftp::Proxy "http://localhost:8000";

  5. #5
    Junior Member
    Join Date
    Apr 2004
    Location
    New Mexico
    Posts
    1

    apt-get & Proxy

    My proxy requires NT authentication. In addition to the postings, how do I pass the NT authentication to the proxy server?

  6. #6
    Junior Member registered user
    Join Date
    Jan 2004
    Location
    51:45:20N, 0:40:44W
    Posts
    19

    Won't work

    My company's proxy will not work:
    Code:
    root@ttyp0[knoppix]# export http_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# export https_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# export ftp_proxy=10.162.253.20:80
    root@ttyp0[knoppix]# apt-get update
    Err http://debian.isg.ee.ethz.ch woody/madwifi Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/madwifi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/main Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Sources
      Could not resolve '80'
    Err http://security.debian.org stable/updates/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Packages
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/main Release
      Could not resolve '80'
    Err http://debian.isg.ee.ethz.ch woody/airo-mpi Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Release
      Could not resolve '80'
    Err http://security.debian.org stable/updates/contrib Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/contrib Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de woody/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Release
      Could not resolve '80'
    Err http://security.debian.org stable/updates/non-free Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Packages
      Could not resolve '80'
    Err http://security.debian.org stable/updates/non-free Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Packages
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Packages
      Could not resolve '80'
    Err http://security.debian.org testing/updates/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Sources
      Could not resolve '80'
    Err http://security.debian.org testing/updates/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/main Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/main Release
      Could not resolve '80'
    Err http://security.debian.org testing/updates/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Sources
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Sources
      Could not resolve '80'
    Err http://security.debian.org testing/updates/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/contrib Release
      Could not resolve '80'
    Err ftp://ftp.gwdg.de unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org stable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org testing/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org unstable/non-US/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Packages
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/main Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/contrib Release
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Sources
      Could not resolve '80'
    Err http://ftp.de.debian.org ../project/experimental/non-free Release
      Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/sta...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://security.debian.org/dists/tes...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian/...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/pub/debian-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian-non-...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...y-i386/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://ftp.de.debian.org/debian/dist...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...86/Packages.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...y-i386/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...rce/Sources.gz  Could not resolve '80'
    Failed to fetch ftp://ftp.gwdg.de/pub/languages/java...source/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...source/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...86/Packages.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...y-i386/Release  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...rce/Sources.gz  Could not resolve '80'
    Failed to fetch http://debian.isg.ee.ethz.ch/public/...source/Release  Could not resolve '80'
    W: Not using locking for read only lock file /var/lib/apt/lists/lock
    W: Not using locking for read only lock file /var/lib/dpkg/lock
    E: Unable to write to /var/cache/apt/
    E: The package lists or status file could not be parsed or opened.
    Can you please help?

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Cleveland, OH
    Posts
    228
    you forgot the quotes.

    see the previous example, and try that.

  8. #8
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    100
    > My proxy requires NT authentication.

    Try "export http_proxy=http://userasswd@proxyort" before apt-get

Similar Threads

  1. Proxy Drucker etc. in ISO
    By unterzahl in forum German Forum
    Replies: 0
    Last Post: 05-30-2005, 01:46 PM
  2. automatic web proxy
    By mwgrenier in forum Networking
    Replies: 5
    Last Post: 08-07-2004, 02:05 AM
  3. Getting wget/apt-get to use a proxy?
    By Matrox in forum Networking
    Replies: 2
    Last Post: 06-14-2004, 06:23 PM
  4. proxy servers?
    By A. Jorge Garcia in forum General Support
    Replies: 7
    Last Post: 01-30-2004, 12:30 AM
  5. ms proxy client
    By BartOZ in forum Networking
    Replies: 3
    Last Post: 09-06-2003, 12:54 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Dell OptiPlex 5070 SFF i7-9700 (8-Core) 3.0GHz 16GB 512 SSD Windows 11 picture

Dell OptiPlex 5070 SFF i7-9700 (8-Core) 3.0GHz 16GB 512 SSD Windows 11

$205.00



HP ProDesk 600 G4 SFF (Core i5-8500 @3.0GHz, 8GB RAM 256GB SSD) Desktop NO OS picture

HP ProDesk 600 G4 SFF (Core i5-8500 @3.0GHz, 8GB RAM 256GB SSD) Desktop NO OS

$84.99



Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2 picture

Dell OptiPlex 3060 MICRO DESKTOP PC COMPUTER I5 8TH GEN UP TO 32GB UP TO 2TB M.2

$315.00



HP Pavilion TP01-2137C Desktop Ryzen 5 5600G AMD Radeon 12GB 1TB HDD+256GB SSD picture

HP Pavilion TP01-2137C Desktop Ryzen 5 5600G AMD Radeon 12GB 1TB HDD+256GB SSD

$279.00



Intel Core i9-12900K Unlocked Desktop Processor - 16 Cores (8P+8E) & 24 Threads picture

Intel Core i9-12900K Unlocked Desktop Processor - 16 Cores (8P+8E) & 24 Threads

$299.99



Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor picture

Intel Xeon E5-2667 V2 LGA 2011 3.3GHz 8 Core 130W 25MB 8GT/s CPU Processor

$14.69



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$469.99



Intel Core i7-4790 3.60Ghz 8MB Quad Core Socket 1150 Desktop Processor picture

Intel Core i7-4790 3.60Ghz 8MB Quad Core Socket 1150 Desktop Processor

$29.99



🔥Intel NUC Mini Pc Core i5, Up to 32GB RAM, 2TB SSD Windows 10 Pre Install picture

🔥Intel NUC Mini Pc Core i5, Up to 32GB RAM, 2TB SSD Windows 10 Pre Install

$269.00



HP OMEN 45L GT22-1067c Gaming Desktop Intel i9-13900KF 64GB 2TB 4070Ti W11H picture

HP OMEN 45L GT22-1067c Gaming Desktop Intel i9-13900KF 64GB 2TB 4070Ti W11H

$1499.99