diff --git a/en/syncing_client/install_linux_client.md b/en/syncing_client/install_linux_client.md index cf822cc..676fe02 100644 --- a/en/syncing_client/install_linux_client.md +++ b/en/syncing_client/install_linux_client.md @@ -1,8 +1,27 @@ # Install Seafile Client on Linux -You can find supported OS versions on +## Use AppImage -## Debian/Ubuntu +Since 9.0.7 version, we only provide official packages in AppImage format. It can be run on most recent Linux distributions. You can find supported OS versions on + +You can download `Seafile-x86_64.AppImage` from our official website and give it executable permissionns from the teiminal. + +``` +sudo chmod +x Seafile-x86_64.AppImage +``` +You can then double-click `Seafile-x86_64.AppImage` to run it, or run it directly from the terminal. + +``` +./Seafile-x86_64.AppImage +``` + +`Seafile-x86_64.AppImage` require FUSE version 2 to run. If your system does not have FUSE installed, please refer to to install it. + +AppImages are standalone bundles, and do not need to be installed. However, some users may want their AppImages to be available like distribution provided applications. Please refer to for desktop integration to display AppImage's application icons. + +## Installing with package managers (deprecated) + +### Debian/Ubuntu To install the client, first add the signing key: @@ -46,33 +65,7 @@ sudo apt-get install libsearpc-dbg ccnet-dbg libccnet-dbg seafile-daemon-dbg lib **note:** from seafile version 7.0.8, seaf-cli only support python3.5 or above on Debian/Ubuntu. -## Centos 7 - -Since 7.0.3 version, we provide official repo for CentOS or RHEL. Currently only CentOS/RHEL 7 is supported. - -Add the repo - -``` -sudo cat > /etc/yum.repos.d/seafile.repo < to install it. ## Basic Usage