<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pages on Melabit</title>
    <link>https://melabit.com/en/pages/</link>
    <description>Recent content in Pages on Melabit</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 11 May 2026 06:00:00 +0000</lastBuildDate>
    <atom:link href="https://melabit.com/en/pages/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to install Homebrew</title>
      <link>https://melabit.com/en/pages/how-to-install-homebrew/</link>
      <pubDate>Mon, 11 May 2026 06:00:00 +0000</pubDate>
      <guid>https://melabit.com/en/pages/how-to-install-homebrew/</guid>
      <description>&lt;h4 id=&#34;installation&#34;&gt;Installation&lt;/h4&gt;&#xA;&lt;p&gt;To &lt;strong&gt;install Homebrew&lt;/strong&gt;, open Terminal, &lt;a href=&#34;https://mac.install.guide/commandlinetools/4&#34;&gt;install&lt;/a&gt; the &lt;a href=&#34;https://developer.apple.com/documentation/xcode/installing-the-command-line-tools/&#34;&gt;Command Line Tools for Xcode&lt;/a&gt; using the command&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% sudo xcode-select --install&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;and then run the script&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% /bin/bash -c &amp;#34;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)&amp;#34;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;answering the questions that appear on the terminal. Once the installation is complete, it’s always a good idea to run&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% brew doctor&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;to &lt;strong&gt;check&lt;/strong&gt; that the installation process was successful.&lt;/p&gt;&#xA;&lt;h4 id=&#34;available-formulas&#34;&gt;Available formulas&lt;/h4&gt;&#xA;&lt;p&gt;The &lt;strong&gt;packages available in Homebrew&lt;/strong&gt; (or rather, the &lt;code&gt;formulas&lt;/code&gt; in the program’s terminology) are listed on &lt;a href=&#34;https://formulae.brew.sh/&#34;&gt;this page&lt;/a&gt;, and can be installed from the Terminal using the command,&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% brew install &amp;lt;formula name&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;where &lt;code&gt;&amp;lt;formula name&amp;gt;&lt;/code&gt; is the name of the formula to be installed. For example, &lt;code&gt;brew install tree&lt;/code&gt; installs a (very useful!) program that displays the entire hierarchy of files and folders in a directory using a tree view.&lt;/p&gt;&#xA;&lt;h4 id=&#34;updates&#34;&gt;Updates&lt;/h4&gt;&#xA;&lt;p&gt;Every now and then, it’s a good idea to &lt;strong&gt;update your installed packages&lt;/strong&gt; (I do this about once a week) by running these three commands in Terminal,&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% brew update&#xA;% brew outdated&#xA;% brew upgrade&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;which update the list of packages available in Homebrew (&lt;code&gt;brew update&lt;/code&gt;), list the installed packages for which updates are available (&lt;code&gt;brew outdated&lt;/code&gt;), and update the installed packages (&lt;code&gt;brew upgrade&lt;/code&gt;).&lt;/p&gt;&#xA;&lt;p&gt;When you run &lt;code&gt;brew update&lt;/code&gt;, a list of &lt;strong&gt;new formulas available&lt;/strong&gt; in Homebrew appears, which is useful for discovering interesting new programs. When you find one, just run&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% brew home &amp;lt;formula name&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;to access the program&amp;rsquo;s home page using your default browser.&lt;/p&gt;&#xA;&lt;h4 id=&#34;cask&#34;&gt;Cask&lt;/h4&gt;&#xA;&lt;p&gt;Homebrew also lets you &lt;strong&gt;install and update&lt;/strong&gt; many of the standard &lt;strong&gt;graphical applications available for macOS&lt;/strong&gt;, such as 1Password, Chrome, or Zoom, from the Terminal. In Homebrew, these applications are referred to as &amp;lsquo;casks&amp;rsquo;. To do so, use the &lt;code&gt;--cask&lt;/code&gt; option followed by the name of the program you wish to install. For example&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;% brew install --cask audacity&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;installs Audacity, one of the best audio editors currently available. The &lt;strong&gt;complete list&lt;/strong&gt; of available casks &lt;a href=&#34;https://formulae.brew.sh/cask/&#34;&gt;can be found here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If you prefer, you can use the graphical application &lt;a href=&#34;https://aerolite.dev/applite&#34;&gt;Applite&lt;/a&gt; to search for, install, and uninstall &lt;code&gt;casks&lt;/code&gt;, but in my opinion, that kind of misses the point of using Homebrew.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>
