Difference between revisions of "Homebrew"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 30: Line 30:
 
* Get a list of files installed with package_name: <code>brew list package_name</code>
 
* Get a list of files installed with package_name: <code>brew list package_name</code>
 
* Search available packages by name: <code>[[brew search]] PACKAGE_NAME_TO_SEARCH</code>
 
* Search available packages by name: <code>[[brew search]] PACKAGE_NAME_TO_SEARCH</code>
* To autoupdate your software, you can use https://github.com/DomT4/homebrew-autoupdate
+
* To [[autoupdate]] your software, you can use https://github.com/DomT4/homebrew-autoupdate
  
 
== Maintenance ==
 
== Maintenance ==

Revision as of 17:55, 14 May 2020

Homebrew 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

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

Other commands:

Advanced Usage

Maintenance

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 commands

See also

  • 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: