Seadrive/Seafile Server on Ubuntu 22.04

I’ve tried out Ubuntu 22.04 (actually lubuntu) on a virtual machine. Although the Seafile client is installable, the Seadrive client is not (it looks for libssl1.1, which is not present).

Any word on when the Seadrive Client will be available?
And is the Seafile Server ready for Ubuntu 22.04 Server?

Thank you.

1 Like

Yes, it works. I’m running Seafile Server v9.0.4 with Ubuntu 22.04 (Jammy). I had just to reinstall following python modules:

  • django-simple-captcha
  • mysqlclient
  • captcha

python -m pip install <module> did the trick. Ensure you are running that command as seafile user.

Headless SeaDrive client is working fine too.

1 Like

Thanks for replying! I’ll give it another shot.

seadrive-gui doesn’t seem to work.
Err:9 https://linux-clients.seafile.com/seadrive-deb/jammy stable Release
404 Not Found [IP: 3.86.184.216 443]

If I use the seadrive.list file from 20.04 I get:
The following packages have unmet dependencies:
seadrive-daemon : Depends: libssl1.1 (>= 1.1.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

My bad, I had to stress that I’m using the daemon-client, not the one with the GUI and still the bullseye debian binaries in Ubuntu 22.04 (Jammy) for the client. Maybe it helps.

~$ sudo dpkg -l | grep seadrive
ii  seadrive-daemon                         2.0.16                                                          amd64        SeaDrive daemon
~$ grep seadrive /etc/apt/sources.list.d/seadrive.list
deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seadrive-deb/bullseye/ stable main
~$ grep VERSION /etc/os-release
VERSION_ID="22.04"
VERSION="22.04 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy

Support for Ubuntu 22.04 has been added to the official repository now.

2 Likes