Difference between revisions of "Homebrew"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(10 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
* Install [[wget]] software:  
 
* Install [[wget]] software:  
 
** <code>[[brew install]] wget</code>
 
** <code>[[brew install]] wget</code>
 +
** <code>[[brew install postgresql]]@12</code>
 
* Uninstall [[wget]] software
 
* Uninstall [[wget]] software
 
** <code>[[brew uninstall]] wget</code>
 
** <code>[[brew uninstall]] wget</code>
Line 47: Line 48:
 
To autoupdate your brew software, you can use  
 
To autoupdate your brew software, you can use  
 
* homebrew-autoupdate https://github.com/DomT4/homebrew-autoupdate
 
* homebrew-autoupdate https://github.com/DomT4/homebrew-autoupdate
 +
 +
* Disk usage: <code>/Users/*[[/brew/]]</code>
  
 
== Related ==
 
== Related ==
 
* <code>[[pkgutil]]</code>
 
* <code>[[pkgutil]]</code>
 +
* <code>[[lsbom]]</code><ref>https://ss64.com/osx/lsbom.html</ref> List the contents of an installer's bom (bill of materials) file
 
* [[Max Howell]]
 
* [[Max Howell]]
 
* [[Google Analytics]]: <code>[[brew analytics off]]</code>
 
* [[Google Analytics]]: <code>[[brew analytics off]]</code>
 +
* [[Ansible]]: https://docs.ansible.com/ansible/latest/collections/community/general/homebrew_module.html
 +
[[/opt/homebrew/bin/]]
 +
* [[Snap]], [[flatpak]]
  
 
== See also ==
 
== See also ==
 
* {{brew}}
 
* {{brew}}
* {{macOS}}
 
* {{Package managers}}
 
* <code>[[lsbom]]</code><ref>https://ss64.com/osx/lsbom.html</ref> List the contents of an installer's bom (bill of materials) file
 
  
[[Category:Server administration]]
+
 
[[Category:Operating systems]]
+
[[Category:Package manager]]
 
[[Category:macOS]]
 
[[Category:macOS]]

Latest revision as of 14:36, 18 February 2024

Homebrew (2009) is a non Apple official free and open-source software package management system that allows the installation of software on Apple's macOS operating system using the command line terminal.

Basic Usage[edit]

To install software there are at least 3 commands: brew install, brew cask and brew tap:

Other commands:

Advanced Usage[edit]

Maintenance[edit]

Get latest version of brew and package information.

Get a list of not up to date packages:

  • brew outdated

Upgrade every installed package, see also https://github.com/DomT4/homebrew-autoupdate to autoupdate your software.

To autoupdate your brew software, you can use

Related[edit]

/opt/homebrew/bin/

See also[edit]

  • https://github.com/Homebrew/homebrew-cask
  • https://apple.stackexchange.com/questions/101090/list-of-all-packages-installed-using-homebrew
  • https://ss64.com/osx/lsbom.html
  • Advertising: