Seafile Drive Client on Linux Ubuntu cannot be installed

I cannot install Drive Client on Linux Ubuntu

seadrive-gui : Hängt ab von: seadrive-daemon (= 1.0.0) soll aber nicht installiert werden

seadrive-gui: Depends on: seadrive-daemon (= 1.0.0) but should not be installed

Was working a couple of days ago (before 1.0.0 ?)

Thx

Try sudo apt install seadrive-daemon seadrive-gui

What is your version of ubuntu ?

For 18.04 I needed to update ppa :

echo deb http://deb.seadrive.org bionic main | sudo tee /etc/apt/sources.list.d/seafile.list
sudo apt-get update
sudo apt install seadrive-gui

see this github issue for more info : https://github.com/haiwen/seadrive-gui/issues/91