apt-get install flex

Discussion in 'HOWTO-Related Questions' started by caspert_ghost, May 18, 2007.

  1. caspert_ghost

    caspert_ghost New Member

    apt-get install flex
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    flex
    0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
    Need to get 232kB of archives.
    After unpacking 983kB of additional disk space will be used.
    Err http://cn.archive.ubuntu.com feisty/main flex 2.5.33-10build1
    Connection failed [IP: 91.189.89.6 80]
    Err http://gb.archive.ubuntu.com feisty/main flex 2.5.33-10build1
    Connection failed
    Err http://us.archive.ubuntu.com feisty/main flex 2.5.33-10build1
    Connection failed [IP: 91.189.89.6 80]
    Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/f/flex/flex_2.5.33-10build1_i386.deb Connection failed [IP: 91.189.89.6 80]


    Anyone know how to get this to install or the correct address?
    Thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check if your internet connaction is up ith e.g.:

    ping -c3 www.google.com
     
  3. caspert_ghost

    caspert_ghost New Member

    ping -c3 www.google.com
    PING www-china.l.google.com (66.249.89.99) 56(84) bytes of data.

    --- www-china.l.google.com ping statistics ---
    3 packets transmitted, 0 received, 100% packet loss, time 2079ms
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ping -c3 66.249.89.99
    ? What's in /etc/resolv.conf, /etc/network/interfaces, and what's the output of
    Code:
    ifconfig
    and
    Code:
    route -nee
    ?
     
  5. caspert_ghost

    caspert_ghost New Member

    ping -c3 66.249.89.99
    ifconfig
    route -nee
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Is 172.16.8.62 your router's IP address?
     

Share This Page