顯示具有 homebrew 標籤的文章。 顯示所有文章
顯示具有 homebrew 標籤的文章。 顯示所有文章

2023年8月23日 星期三

What I Learned Today (08/23/2023): Homebrew Installation Guide 🛠️

🛠 Homebrew Installation Guide 🛠

Welcome to our official guide to installing and managing packages with Homebrew!

Official site: http://brew.sh/ 🌐

Brew Installation 📥

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install Java ☕


brew tap caskroom/cask
brew install brew-cask
brew cask install java
    

Install wget 🌐

brew install wget

Install unrar 📦

brew install unrar

Install PHP mcrypt 🔐


brew install homebrew/php/php56-mcrypt
    

Search PHP module 🔍

brew search php | grep mcrypt

Install Pillow 🖼


brew install libtiff libjpeg webp little-cms2
pip install Pillow