Linuxbrew
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
| ||
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')
| ||