Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove xampp from ubuntu

 // creats an uninstall exec file
 sudo chmod +x /opt/lampp/uninstall
 
 // call the exec file to uninstall ( an user interface it will appear )
 sudo /opt/lampp/uninstall
 
Comment

to stop XAMPP ubuntu

sudo /opt/lampp/lampp start

sudo /opt/lampp/lampp stop
Comment

remove xampp from ubuntu

sudo -i 
cd /opt/lampp 
./uninstall
Comment

PREVIOUS NEXT
Code Example
Shell :: apache disable autostart linux 
Shell :: install selenium python 
Shell :: linux which process is using a port 
Shell :: find operating system linux 
Shell :: flush dns bash 
Shell :: Amazon Linux 2 AMI install docker 
Shell :: Syntax Error: TypeError: this.getOptions is not a function 
Shell :: gh-pages 
Shell :: how to git commit without message 
Shell :: tailwind upgrade 
Shell :: magento 2 version file permissions 
Shell :: ubuntu du sort by dir size 
Shell :: how to check cron is running or not 
Shell :: Failed at the node-sass@4.10.0 postinstall script. 
Shell :: linux untar 
Shell :: update vs code in ubuntu 
Shell :: how to close port 3000 running 
Shell :: Could not find tools.jar debian 
Shell :: chocolatey list installed 
Shell :: uninstall opera ubuntu 
Shell :: create react app typescript tailwind template 
Shell :: The file will have its original line endings in your working directory 
Shell :: install qwebengineview pyqt5 
Shell :: zsh compinit: insecure directories, run compaudit for list. 
Shell :: how to install node modules 
Shell :: git ignore cache 
Shell :: git pull all branches at once 
Shell :: ubuntu unzip file 
Shell :: how to run flutter on google chrome 
Shell :: alacritty ubuntu install 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =