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, ...
- 11-14-2008 #1Just 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.
- 11-16-2008 #2
Your repository info in "/etc/apt/sources.list" probably needs to be updated. You should have at least one line similar to the following:
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.Code:deb http://http.us.debian.org/debian stable main contrib non-free
After that you should run (as root):
Code:apt-get update
- 11-17-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 4
Thank you very much for your response.
I was able to install resolvconf using your advice.


Reply With Quote
