Having this already installed error
Having this already installed error
When I try to install it in CentOS 6 64bit I get this message ,
Following packages are already installed:
httpd bind-9
It is highly recommended to remove them before proceeding.
If you want to force installation run this script with -f option:
Example: bash vst-install-rhel.sh –force
--
I used to bash vst-install-rhel.sh –force and install without removing it and seems everything works fine. But do I need to remove those 2 packages ? or it's fine to force installing ?
Following packages are already installed:
httpd bind-9
It is highly recommended to remove them before proceeding.
If you want to force installation run this script with -f option:
Example: bash vst-install-rhel.sh –force
--
I used to bash vst-install-rhel.sh –force and install without removing it and seems everything works fine. But do I need to remove those 2 packages ? or it's fine to force installing ?
Re: Having this already installed error
Hi,
you can delete this packages
you can delete this packages
Code: Select all
yum remove httpd bind-9 httpd-tools
Re: Having this already installed error
Thank you. But Since I have already installed it using force method still do I need to remove it ? I can't find it among services.
Re: Having this already installed error
No, it's okayBut Since I have already installed it using force method still do I need to remove it ?