开发者

Fresh installation of Apache on debian

开发者 https://www.devze.com 2023-01-06 00:49 出处:网络
I want to remo开发者_如何学运维ve the apache that is previously installed. and want to install a fresh copy.How can I do that? I need clear documentation for the installation because after googling i

I want to remo开发者_如何学运维ve the apache that is previously installed.

and want to install a fresh copy.How can I do that? I need clear documentation for the installation because after googling i am not getting that.

Thanks


If you use aptitude remove the configuration files will not be removed. To remove these as well do:

aptitude purge apache2

Then just install again:

aptitude install apache2

Hope it helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消