Find the answer to your Linux question:
Results 1 to 3 of 3
I tried to install the resolvconf program on a Debian platform using the ' apt-get install resolvconf '. But it gave me an error. " Package resolvconf is not available, ...
  1. #1
    Just Joined!
    Join Date
    Nov 2008
    Posts
    4

    Install resolvconf program on Debian

    I tried to install the resolvconf program on a Debian platform using the
    ' apt-get install resolvconf '.
    But it gave me an error.

    " Package resolvconf is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package resolvconf has no installation candidate
    . "

    Can some one help me to resolve this.

  2. #2
    Content Team _madman_'s Avatar
    Join Date
    Jun 2006
    Posts
    53
    Your repository info in "/etc/apt/sources.list" probably needs to be updated. You should have at least one line similar to the following:

    Code:
    deb http://http.us.debian.org/debian stable main contrib non-free
    You can substitute a different country code for "us" - this is the format for official repo's. And I am able to locate the "resolvconf" package at the above location.

    After that you should run (as root):

    Code:
    apt-get update

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    4
    Thank you very much for your response.
    I was able to install resolvconf using your advice.

Posting Permissions

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