10 Ekim 2020 Cumartesi

Ubuntu Server apache2 nasıl kaldırılır?

whereis komutundan sonra çıkan her apache2 kök dosyasını sudo rm -rf komutunu kullanarak temizleyin

sistemi yeniden başlatın

$ sudo service apache2 stop

$ sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
$ sudo apt-get autoremove
$ whereis apache2
apache2: /etc/apache2
$ sudo rm -rf /etc/apache2

Hiç yorum yok: