This includes Arch linux, Antergos, Manjaro, etc. List
$ yaourt -S drive
Since drive is in the aur, you will need an aur helper such as yaourt above. If you are not fimilar with a helper, you can find a list here
This includes Ubuntu, Mint, Linux Lite, etc. List
$ sudo add-apt-repository ppa:twodopeshaggy/drive
$ sudo apt-get update
$ sudo apt-get install drive
# install needed software tools
sudo yum install go mercurial git hg-git
$ mkdir $HOME/go
$ export GOPATH=$HOME/go
# For convenience, add the workspace's bin subdirectory to your PATH:
$ export PATH=$PATH:$GOPATH/bin
# get and compile the drive program
$ go get github.com/odeke-em/drive/cmd/drive
# run drive with this command:
$ $GOPATH/bin/drive
Platform | Author |
---|---|
Arch Linux | Jonathan Jenkins |
Ubuntu Linux | Jonathan Jenkins |
openSUSE Linux | Grant Rostig |