💾 Archived View for elmau.net › notes › seafile-client.gmi captured on 2024-03-21 at 15:05:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
Para instalar el cliente en ArchLinux
https://aur.archlinux.org/packages/seafile-client/
Siempre puedes usar una de las varias herramientas que instalan todo de forma automática desde AUR.
Debes de tener ya una cuenta en algún servidor como:
sudo pacman -S qt5-webengine qt5-tools cmake python-future vala intltool python-simplejson
git clone https://aur.archlinux.org/libsearpc.git cd libsearpc makepkg sudo pacman -U libsearpc-2:3.2.0-5-x86_64.pkg.tar.zst
git clone https://aur.archlinux.org/seafile.git cd seafile makepkg sudo pacman -U seafile-8.0.4-1-x86_64.pkg.tar.zst
git clone https://aur.archlinux.org/seafile-client.git cd seafile-client makepkg sudo pacman -U seafile-client-8.0.4-1-x86_64.pkg.tar.zst
Esto es todo, disfruta.