-
My university has some linux machines in the computer lab, but a lot of packages are outdated. I, a student, can't update them because I don't have root access and talking to admin is not preferred because that involves human to human interaction. So I've been using homebrew to build and install packages from source. It's working like a charm so far. Just wondering if this is the orthodox way to install packages on machines without root access. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
It might be easier to ask your admin to create a @Homebrew/linux |
Beta Was this translation helpful? Give feedback.
-
You can make use of Note that the feature behind this environment variable is still in "testing" phase, so breakages could happen. Yet I've been using it since a couple of months and it works fine, no building from source happened for me just yet. |
Beta Was this translation helpful? Give feedback.
-
Hi, I try to run Could someone help me with this issue? Thanks. |
Beta Was this translation helpful? Give feedback.
You can make use of
HOMEBREW_RELOCATE_BUILD_PREFIX
environment variable. Just set it in your shell profile and then install Homebrew in your HOME using instructions from https://docs.brew.sh/Homebrew-on-Linux.Note that the feature behind this environment variable is still in "testing" phase, so breakages could happen. Yet I've been using it since a couple of months and it works fine, no building from source happened for me just yet.