Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 385 Bytes

remove_tap.md

File metadata and controls

15 lines (8 loc) · 385 Bytes

Remove tap

Oftentimes you install a piece of software from a separate tap using brew

You can list all of your taps using:

brew tap

If you want to remove a tap, this can also be done using brew.

brew untap somedeveloper/sometap

Resources and References