Can I use Homebrew on Ubuntu?

后端 未结 8 581
[愿得一人]
[愿得一人] 2021-01-30 02:45

I just tried to use Homebrew and Linuxbrew to install packages on my Ubuntu Server but both failed. This is how I tried to install them:

sudo apt-get install bui         


        
8条回答
  •  旧时难觅i
    2021-01-30 03:03

    October 2019 - Ubuntu 18.04 on WSL with oh-my-zsh; the instructions here worked perfectly -

    (first, install pre-requisites using sudo apt-get install build-essential curl file git)

    finally create a ~/.zprofile with the following contents: emulate sh -c '. ~/.profile'

提交回复
热议问题