-
-
Save UbuntuEvangelist/9d115b4ca95c330ef6d2dd42f6c133c9 to your computer and use it in GitHub Desktop.
HIRE Me For Your Project Support :) | |
Telegram: https://t.me/LinuxGun | |
#!/bin/bash | |
# Completely Remove Apache Ubuntu | |
service apache2 stop | |
apt purge apache2 apache2-utils apache2.2-bin | |
apt remove apache2.* | |
apt autoremove | |
whereis apache2 | |
rm -rf /etc/apache2 | |
# This will Completely remove PHP version Ubuntu. Type your php version before run below command. I am using php 8.0.x change yours... | |
php --version | |
apt purge `dpkg -l | grep php8.0| awk '{print $2}' |tr "\n" " "` | |
apt purge php8.* | |
apt autoremove --purge | |
whereis php | |
rm -rf /etc/php | |
apt update -y | |
apt upgrade -y | |
php --version | |
# This will completely remove MYSql | |
service mysql stop | |
apt remove --purge *mysql\* | |
apt remove --purge mysql-server mysql-client mysql-common -y | |
rm -rf /etc/mysql | |
apt autoremove | |
apt autoclean | |
reboot |
sudo rm -rf /etc/mysql
Exactly !! Don't forget " sudo " before !!
Thank you
Thanks!!
great tool; trying to install mediawiki and started from a scatch debian install several times,
This is helpfull
Hans
Thanks
Mandou muito , valeu
Merci
Thank you so much!
Thank you very much!
thanks a lot
Thanks a lot :-)
perfect.
thank you.
great tool; trying to install mediawiki and started from a scatch debian install several times, This is helpfull Hans
welcome
@Philo62 thanks for correct me
Just what I needed and if I had slowed down just a bit before installing the LAMP stack I wouldn't need it :-) Thanks,
You're the best. Thanx for all
Thanks @TBoubacar
i needed a clean thx
Você me salvou. E ainda aprendi a como criar arquivos de bash com seu código. Eu ia procurar por isso nesse momento. Obrigado!
Thanks very much
You save my time bro. Thank you.
Thanks!
perfect tx
Thanks sir!
Thanks sir
It's very useful, thank you!
Thx so much for this information... I was not able to uninstall an old version of php. And Thanks to this manual I coud uninstall it.
Thx so much for this information... I was not able to uninstall an old version of php. And Thanks to this manual I coud uninstall it.
Thanks
Desde cali colombia has hecho que una distro muy cuidada no se pierda gracias por tu conocimiento
Thanks...
This is great. Thank you.