Linuxbrew

From Chorke Wiki
Revision as of 19:28, 13 May 2024 by Shahed (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> sudo apt update sudo apt install apt-transport-https ca-certificates sudo apt install build-essential procps curl file git bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh') </syntaxhighlight> == References == {| | valign="top" | * [https://docs.brew.sh/Homebrew-on-Linux Linuxbrew] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * Linux Containers * Homebrew * T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo apt update
sudo apt install apt-transport-https ca-certificates
sudo apt install build-essential procps curl file git
bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh')

References