how to install resolvconf in centos
up vote
-1
down vote
favorite
I'm trying to install resolvconf in centos.
In Ubuntu I'm able to install resolvconf sudo apt-get install resolvconf
.
For centos, I tried to do the same by sudo yum install resolvconf
but I get message No package found. Nothing to do
How can I install resolvconf in centos .
centos resolv.conf resolvconf
add a comment |
up vote
-1
down vote
favorite
I'm trying to install resolvconf in centos.
In Ubuntu I'm able to install resolvconf sudo apt-get install resolvconf
.
For centos, I tried to do the same by sudo yum install resolvconf
but I get message No package found. Nothing to do
How can I install resolvconf in centos .
centos resolv.conf resolvconf
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I'm trying to install resolvconf in centos.
In Ubuntu I'm able to install resolvconf sudo apt-get install resolvconf
.
For centos, I tried to do the same by sudo yum install resolvconf
but I get message No package found. Nothing to do
How can I install resolvconf in centos .
centos resolv.conf resolvconf
I'm trying to install resolvconf in centos.
In Ubuntu I'm able to install resolvconf sudo apt-get install resolvconf
.
For centos, I tried to do the same by sudo yum install resolvconf
but I get message No package found. Nothing to do
How can I install resolvconf in centos .
centos resolv.conf resolvconf
centos resolv.conf resolvconf
asked 2 days ago
Rajkumar Natarajan
1177
1177
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
You will need openresolv
and a patch. Follow these commands:
wget http://roy.marples.name/downloads/openresolv/openresolv-3.3.2.tar.bz2
tar fxjv openresolv-3.3.2.tar.bz2
cd openresolv-3.3.2
wget http://www.grid-appliance.org/files/packages/openresolv_patch.zip
unzip openresolv_patch.zip
make
./patch.sh
su -c "make install"
Source
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You will need openresolv
and a patch. Follow these commands:
wget http://roy.marples.name/downloads/openresolv/openresolv-3.3.2.tar.bz2
tar fxjv openresolv-3.3.2.tar.bz2
cd openresolv-3.3.2
wget http://www.grid-appliance.org/files/packages/openresolv_patch.zip
unzip openresolv_patch.zip
make
./patch.sh
su -c "make install"
Source
add a comment |
up vote
1
down vote
accepted
You will need openresolv
and a patch. Follow these commands:
wget http://roy.marples.name/downloads/openresolv/openresolv-3.3.2.tar.bz2
tar fxjv openresolv-3.3.2.tar.bz2
cd openresolv-3.3.2
wget http://www.grid-appliance.org/files/packages/openresolv_patch.zip
unzip openresolv_patch.zip
make
./patch.sh
su -c "make install"
Source
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You will need openresolv
and a patch. Follow these commands:
wget http://roy.marples.name/downloads/openresolv/openresolv-3.3.2.tar.bz2
tar fxjv openresolv-3.3.2.tar.bz2
cd openresolv-3.3.2
wget http://www.grid-appliance.org/files/packages/openresolv_patch.zip
unzip openresolv_patch.zip
make
./patch.sh
su -c "make install"
Source
You will need openresolv
and a patch. Follow these commands:
wget http://roy.marples.name/downloads/openresolv/openresolv-3.3.2.tar.bz2
tar fxjv openresolv-3.3.2.tar.bz2
cd openresolv-3.3.2
wget http://www.grid-appliance.org/files/packages/openresolv_patch.zip
unzip openresolv_patch.zip
make
./patch.sh
su -c "make install"
Source
answered 2 days ago
Debian_yadav
1,1633922
1,1633922
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f481599%2fhow-to-install-resolvconf-in-centos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown