E:/ could not find package libarchive-zip-perl

Discussion in 'Installation/Configuration' started by oki, Mar 24, 2006.

  1. oki

    oki New Member

    For first time I'm trying to install Ubuntu 5.0.4 server and I have same
    difficulties. I fallow steps from ISP-Server Setup - Ubuntu 5.0.4 "The
    Hoary
    Hedgehog" and on step install some software apt-get install fetchmail
    unzip
    zip libarchive-zip-perl zlib1g-dev libpopt-dev nmap openssl lynx gcc flex
    make ncftp libdb4.3-dev
    I got message E:/ could not find package libarchive-zip-perl. I tried to
    download and burn on cd those packages but still same problem. Any kind of help will be great.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Mabye the package was removed or renamed. Please try to install all packages except libarchive-zip-perl
     
  3. oki

    oki New Member

    Thanks anyway
    but this is not clear to me I think I need to learn more about Linux to do this.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Till wanted to say that you should run
    Code:
    apt-get install fetchmail unzip zip zlib1g-dev libpopt-dev nmap openssl lynx gcc flex make ncftp libdb4.3-dev
    instead of

    Code:
    apt-get install fetchmail unzip zip libarchive-zip-perl zlib1g-dev libpopt-dev nmap openssl lynx gcc flex make ncftp libdb4.3-dev
     
  5. oki

    oki New Member

    thanks falko
    i tryed with root@server:/home/admin# apt-get install fetchmail unzip zip zlib1g-dev libpopt-dev nmap openssl lynx gcc flex make ncftp libdb4.3-dev
    i got mesage E:/ could not find package zlib1g-dev
     
  6. falko

    falko Super Moderator ISPConfig Developer

  7. oki

    oki New Member

    I compare source.list is same as on my comp but I got same mesage. How can I check is my network working properly?
     
  8. falko

    falko Super Moderator ISPConfig Developer

    What's the output of
    Code:
    ping -c2 72.14.207.99
    and
    Code:
    ping -c2 google.com
    ?
     
  9. oki

    oki New Member

    my comp didn't detect network now is everything fine
    Thanks falko agen
     

Share This Page