# Whalebrew 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) ## TL;DR Installs images like `whalebrew/wget` as `/usr/local/bin/wget`.
Setup Requires [Docker]. ```sh brew install 'whalebrew' ```
Usage Images from the [_whalebrew_ organization][whalebrew organization] are known to work correctly.
One can install any other image on Docker Hub, though they might not work as well. > [!important] > All `whalebrew/` images seem to be extremely dated at the time of writing. ```sh # Search packages. whalebrew search 'wget' # Install packages. whalebrew install 'whalebrew/wget' whalebrew install 'bfirsh/ffmpeg' # List installed packages. whalebrew list # Upgrade packages. docker pull 'whalebrew/wget' # Uninstall packages. whalebrew uninstall 'wget' ```
## Further readings - [Codebase] - [Homebrew] [homebrew]: homebrew.md [docker]: docker.md [codebase]: https://github.com/whalebrew/whalebrew [whalebrew organization]: https://hub.docker.com/u/whalebrew