Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

brew uninstall unused dependencies

brew bundle dump
brew bundle --force cleanup

#######
### brew now supports Brewfiles. 
### brew bundle dump generates a Brewfile with all the packages installed by user.
### This file can be used to install the same software automatically. 
### But also for doing a cleanup of unused packages.
### Edit the file then keep only the packages you need. 
### Then run:

brew bundle --force cleanup

#######
### It will remove everything not listed or depending on the packages in the file.
Comment

PREVIOUS NEXT
Code Example
Shell :: bash for file in 
Shell :: how to add flutter packages from git 
Shell :: install termius in ubuntu 
Shell :: how to check running services in linux 
Shell :: how to install xampp on mac 
Shell :: git access denied 
Shell :: powershell new folder 
Shell :: how to make bat file delete itsself 
Shell :: cannot connect to daemon at tcp:5037: Connection refused 
Shell :: remove notebook kernel 
Shell :: install powershell 
Shell :: a script that runs a C file through the preprocessor and save the result into another file 
Shell :: how to install idle on ubuntu 20.04 
Shell :: how to get ram detail in linux 
Shell :: linux get docker compose logs 
Shell :: clone a branch 
Shell :: choco install python 
Shell :: download chrome command line kali linux 
Shell :: clone repo with personal access token 
Shell :: how to install comtypes 
Shell :: cmd windows download file 
Shell :: restart server centos 
Shell :: certbot remove certificate 
Shell :: django fake initial migration 
Shell :: ubuntu empty swap 
Shell :: copy ssh-keygen, copy ssh key, copy ssh public key, copy ssh key 
Shell :: completely uninstall apache2 
Shell :: set selinux centos 
Shell :: show weather top bar in ubuntu 
Shell :: git add commit push one command 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =