Linuxbrew is a clone of Homebrew, the macOS package manager, for Linux.
Its feature set includes:
In addition to the default repository, you can add more repositories to the list of formulae that brew tracks, updates, and installs from.
KAUST has a linuxbrew repo of its own called kaust-rc/homebrew-apps.
These are the packages in this repo:
Linuxbrew is available to all users using the remote or physical workstations running our Ubuntu 16/18 images. It's installed under users' home directories in the path “$HOME/.linuxbrew”, with kaust-rc/apps tapped
by default.
$ brew install <pkg> $ brew search <pkg> $ brew info <pkg> $ brew remove/uninstall <pkg> $ brew tap $ brew tap <repo> $ brew untap <repo> Two of the important bioscience repositories that you might find useful are:
To use them execute:
$ brew tap brewsci/bio
$ brew tap brewsci/science