Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

completely uninstall apache from ubuntu

sudo apt-get remove --purge apache2 apache2-data apache2-utils
Comment

completely remove apache in ubuntu

sudo apt remove --purge apache2
sudo apt autoremove -y
Comment

Completely uninstall apache2

$sudo service apache2 stop

$ sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
$ sudo apt-get autoremove

$ whereis apache2
Comment

PREVIOUS NEXT
Code Example
Shell :: raspberry pi set wifi headless 
Shell :: git overwrite urlk 
Shell :: Error: Node Sass does not yet support your current environment 
Shell :: chmode ubuntu 
Shell :: Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100145, now running 100415. Please use mysql_upgrade to fix this error 
Shell :: linux list services 
Shell :: install networkx python 
Shell :: kubectl change namespace 
Shell :: run postgress wsl 
Shell :: pip install fails with connection error ssl 
Shell :: powershell open chrome url in incognito 
Shell :: start mongodb 
Shell :: vim strip trailing whitespace 
Shell :: install pip kali 
Shell :: clear ram linux 
Shell :: zsh: corrupt history file /home/.zsh_history 
Shell :: table markdown github 
Shell :: oh my zsh update 
Shell :: restart lampp command terminal 
Shell :: git remove commit before push 
Shell :: magento bin install 
Shell :: do you need to install type definitions for node 
Shell :: How to upload a files to a repository on github using gitbash 
Shell :: how to install git on ubuntu 20.04 
Shell :: ubuntu install node js 
Shell :: bash remove characters from end of every line 
Shell :: git remove repository local 
Shell :: give write-access of a folder to all users in linux? 
Shell :: git abort REVERTING 
Shell :: gnome 3 show seconds 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =