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
You may need to install the package software-properties-common to use apt-add-repository command.
sudo apt-get install software-properties-common
After installing software-properties-common, you can run these commands. Updates will be as normal with all debian packages.
sudo apt-add-repository 'deb http://shaggytwodope.github.io/repo ./'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7086E9CC7EC3233B
sudo apt-key update
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
Fedora rpms are available from the Fedora Copr project here
Enable the copr repository:
dnf copr enable vaughan/drive-google
Install the package (drive-google):
dnf install drive-google
Platform | Author |
---|---|
Arch Linux | Jonathan Jenkins |
Ubuntu Linux | Jonathan Jenkins |
openSUSE Linux | Grant Rostig |
Fedora | Vaughan Agrez |