Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.48 KB

platform_packages.md

File metadata and controls

45 lines (34 loc) · 1.48 KB

Platform Specific Installation Methods

Arch Linux or Arch based distros.

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

Ubuntu, or Ubuntu based distros.

This includes Ubuntu, Mint, Linux Lite, etc. List

$ sudo add-apt-repository ppa:twodopeshaggy/drive
$ sudo apt-get update
$ sudo apt-get install drive

openSUSE distro. (may also work with fedora, CentOS, Red Hat)

# 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

Packages Provided By

Platform Author
Arch Linux Jonathan Jenkins
Ubuntu Linux Jonathan Jenkins
openSUSE Linux Grant Rostig