User:Thcipriani/Blubber/Download
Appearance
Blubber: Download
Blubber is a a command line application that is available as a staticly compiled binary for multiple platforms
Latest Release
v0.6.0
- Source Code (gitiles)
- Changelog (gitiles)
- darwin-amd64
- linux-386
- linux-amd64
- linux-arm
- linux-arm64
- linux-ppc64le
- plan9-amd64
- windows-amd64
APT
Blubber is available from our APT repo.
deb http://apt.wikimedia.org/wikimedia stretch-wikimedia main
apt-get install blubber
Source
You can also install blubber from source. Blubber requires go
>=1.10 and related tools
- To install on rpm style systems:
sudo dnf install golang golang-godoc
- To install on apt style systems:
sudo apt install golang golang-golang-x-tools
- To install on macOS use Homebrew and run:
brew install go
- You can run
go version
to check the golang version. - If your distro's go package is too old or unavailable, download a newer golang version.
$ export GOPATH="$HOME/go"
$ go get gerrit.wikimedia.org/r/blubber
$ cd "$GOPATH"/src/gerrit.wikimedia.org/r/blubber
$ make install
This will install blubber to ~/go/bin/blubber