Setup of Drive client fails on Ubuntu 16.04 (repository doesn't have a Release file)

Hi,
I wanted to try out the Drive client, but the steps listed at https://www.seafile.com/en/help/drive_client_linux/
don’t work as expected:

$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8756C4F765C9AC3CB6B85D62379CE192D401AB61
[sudo] password for xxx: 
Executing: /tmp/tmp.wvNRDgTb6E/gpg.1.sh --keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
8756C4F765C9AC3CB6B85D62379CE192D401AB61
gpg: requesting key D401AB61 from hkp server keyserver.ubuntu.com
gpg: key D401AB61: public key "Bintray (by JFrog) <bintray@bintray.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
$ echo deb http://dl.bintray.com/seafile-org/deb xenial main | sudo tee /etc/apt/sources.list.d/seafile.list
deb http://dl.bintray.com/seafile-org/deb xenial main
$ sudo apt update
[...]
Ign:17 http://dl.bintray.com/seafile-org/deb xenial InRelease                  
[...]
Reading package lists... Done                                         
E: The repository 'http://dl.bintray.com/seafile-org/deb xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
$ sudo apt install seadrive-gui
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package seadrive-gui
$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

Any help would be much appreciated.

Sorry we forgot to update the seadrive help page after we switched to a new debian repository. Just follow the instructions on https://github.com/haiwen/seafile-user-manual/blob/master/en/desktop/install-on-linux.md to add our new debian repository.

Ok, thanks, it’s working now! I’d say the documentation should definitely be updated :slight_smile:
It’s also somewhat peculiar that I have to add a Debian repo to my Ubuntu setup even though Seafile has its own Ubuntu PPA.

I’m getting the same error today, even when trying to do the official PPA from the post above. Did anything change?