If your time does not permit the close supervision of your project then i am here for your help related with LAMP or LEMP Stack and others. | |
Contact Me For Engaged Your Works: | |
Telegram: https://t.me/LinuxGun | |
WhatsApp: https://wa.link/5ow7oz | |
#!/bin/bash | |
# This will remove Apache | |
sudo service apache2 stop | |
sudo apt-get purge apache2 apache2-utils apache2.2-bin | |
sudo apt remove apache2.* | |
sudo apt-get autoremove | |
whereis apache2 | |
sudo rm -rf /etc/apache2 | |
# This will remove PHP version. Type your php version before run below command. I am using php7.4 | |
sudo apt-get purge `dpkg -l | grep php7.4| awk '{print $2}' |tr "\n" " "` | |
sudo apt-get purge php7.* | |
sudo apt-get autoremove --purge | |
whereis php | |
sudo rm -rf /etc/php | |
# This will remove MYSql | |
sudo service mysql stop | |
sudo apt-get remove --purge *mysql\* | |
sudo apt-get remove --purge mysql-server mysql-client mysql-common -y | |
sudo rm -rf /etc/mysql | |
sudo apt-get autoremove | |
sudo apt-get autoclean | |
sudo reboot | |
thanks!!!
Great Job !!! thks a lot !
Thanks!!
Package 'apache2.2-bin' is not installed, so not removed
But when I do - sudo service apache2 status - I see it
sudo rm -rf /etc/mysql
thanks for this!
This is great. Thank you.
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
no idea what happened, but following these commands I ended up with a broken gnome GUI :/
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.
muito bom...