Find the answer to your Linux question:
Results 1 to 4 of 4
hi guys, I have use the apt source.list Code: deb ftp://ftp.hk.debian.org/debian woody contrib main non-free deb http://security.debian.org/ sarge/updates main contrib non-free apt-get update apt-get install openwebmail apt-get couldn't find openwebmail ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Location
    hongkong <-> china
    Posts
    2

    apt-get couldn't find openwebmail package....



    hi guys,
    I have use the apt source.list
    Code:
    deb ftp://ftp.hk.debian.org/debian woody contrib main non-free
    deb http://security.debian.org/ sarge/updates main contrib non-free
    apt-get update
    apt-get install openwebmail
    apt-get couldn't find openwebmail package....
    how should I do?

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    that program is not in the debian archive

    a quick google search found
    Code:
    deb http://people.debian.org/~srua/openwebmail ./
    as a site that has it for woody. Or you can always build it from source....
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    May 2006
    Location
    hongkong <-> china
    Posts
    2
    thx!
    but the link correct deb http://people.debian.org/~srua/openwebmail/woody ./

  4. #4
    Just Joined!
    Join Date
    Oct 2006
    Posts
    1
    Quote Originally Posted by markieau
    hi guys,
    I have use the apt source.list
    Code:
    deb ftp://ftp.hk.debian.org/debian woody contrib main non-free
    deb http://security.debian.org/ sarge/updates main contrib non-free
    apt-get update
    apt-get install openwebmail
    apt-get couldn't find openwebmail package....
    how should I do?
    I have the same problem. If I put "./" in front of the package name I get the
    idiotic message "can't find . "
    Ivan

Posting Permissions

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