Installation Instructions

Ubuntu | Debian | Mint

Requirements

  Installation

or via a terminal window with :

sudo apt install overgrive_3.5.*_all.deb

on older systems open a terminal window and enter:

sudo dpkg -i overgrive_3.5.*_all.deb ; sudo apt install -f

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo apt remove overgrive

Fedora

Requirements

sudo dnf install libappindicator-gtk3 python3-devel python3-pip python3-inotify python3-gobject

sudo python3 -m pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

  Installation

or via a terminal window with :

sudo yum install overgrive-3.5.*.noarch.rpm

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo yum remove overgrive

Raspberry Pi OS

Requirements

sudo apt-get install gir1.2-ayatanaappindicator3-0.1 libayatana-appindicator3-1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdbusmenu-gtk4 libnotify-bin lsb-release python3-oauth2client python3-pip python3-pkg-resources python3-pyinotify python3-setuptools

sudo pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

  Installation

or via a terminal window with :

sudo apt install overgrive_3.5.*_all.deb

on older systems open a terminal window and enter:

sudo dpkg -i overgrive_3.5.*_all.deb ; sudo apt install -f

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo apt-get remove overgrive

openSUSE

Requirements

sudo zypper install libappindicator3-1 libappindicator3-devel libappindicator1 typelib-1_0-AppIndicator3-0_1 python3-httplib2 python3-devel python3-pip python3-pyinotify python3-gobject python3-gobject-Gdk

sudo python3 -m pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

  Installation

sudo zypper install overgrive-3.5.*.noarch.rpm

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo yum remove overgrive

Alma | Rocky | RHEL

Requirements

sudo yum install https://centos7.iuscommunity.org/ius-release.rpm

sudo yum install python37u python37u-devel python37u-pip 

sudo ln -s /usr/bin/python3.7 /usr/bin/python3; sudo ln -s /usr/bin/pip3.7 /usr/bin/pip3

sudo yum install gobject-introspection-devel cairo-devel cairo-gobject-devel libappindicator libappindicator-gtk3

sudo pip3 install --upgrade pip PyGObject pyinotify

sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

sudo dnf install python3-devel python3-pip python3-inotify python3-gobject cairo-devel cairo-gobject-devel libappindicator-gtk3

sudo python3 -m pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib

  Installation

sudo rpm -i --nodeps overgrive-3.5.*.noarch.rpm

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo yum remove overgrive

Arch | Manjaro

Requirements

sudo pacman -S libnotify python3 python-oauth2client python-pyinotify python-pip python-gobject gobject-introspection libappindicator-gtk3

  Installation

or via a terminal window with :

sudo pacman -U overgrive-3.5.*-0-any.pkg.tar.xz

Un-Install

To un-install overGrive simply remove via the Ubuntu Software Center or from command line with : 

sudo pacman -R overgrive

AppImage x86 64bit

Requirements

Installation

chmod +x overGrive-3.5.*-x86_64.AppImage

./overGrive-3.5.*-x86_64.AppImage

Un-Install

To un-install overGrive simply delete the AppImage file and if Autostart was selected remove the autostart file with :

rm ~/.config/autostart/overgrive-autostart.desktop

Troubleshoot

If you start the AppImage from command line and get the following error : 

 NameError: name 'appindicator' is not defined. Did you mean: 'use_appindicator'?

sudo apt install gir1.2-ayatanaappindicator3-0.1 libayatana-appindicator3-1

sudo dnf install libappindicator3-1 libappindicator3-devel typelib-1_0-AppIndicator3-0_1

sudo pacman -S libappindicator-gtk3

Limitations