Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unistall all homebrew packages

while [[ `brew list | wc -l` -ne 0 ]]; do
    for EACH in `brew list`; do
        brew uninstall --force --ignore-dependencies $EACH
    done
done
Comment

PREVIOUS NEXT
Code Example
Shell :: BBBBBBBBBBBB 
Shell :: anbox manjaro 
Shell :: git stash all changes 
Shell :: docker starting forever 
Shell :: bash script write linux 
Shell :: kill process group linux 
Shell :: perfect git commit 
Shell :: git pull master into branch 
Shell :: change fc editor 
Shell :: artisan route list naem 
Shell :: bash iterate over list of files 
Shell :: delete folder from github repository 
Shell :: grep in gz files 
Shell :: git change author of first commit 
Shell :: brightness function not working problem in kali linux 
Shell :: install specific version of r package 
Shell :: error Invalid plugin options for "gatsby-plugin-manifest": 
Shell :: install watchman windows 
Shell :: get only figures of string bash 
Shell :: how to install bun.sh 
Shell :: disable ssh root login 
Shell :: open a folder linux 
Shell :: pnpm auto-install-peers 
Shell :: how to make wsl import 
Shell :: connect ps4 controller to pc linux 
Shell :: github drupalcomposer project 
Shell :: az command to delete resource group 
Shell :: ubuntu measure execution time 
Shell :: tar gz linux command 
Shell :: .gitignore global 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =