Skip to content

Commit

Permalink
Update install_linux_client.md
Browse files Browse the repository at this point in the history
Improve appimage description.
  • Loading branch information
killing authored Aug 16, 2024
1 parent 52c4e62 commit 15f7568
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions en/syncing_client/install_linux_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@

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 <https://cloud.seatable.io/dtable/external-links/a85d4221e41344c19566/?tid=YzYy&vid=pO5i>

You can download `Seafile-x86_64.AppImage` from our official website and give it executable permissionns from the teiminal.
You can download `Seafile-x86_64-x.y.z.AppImage` (e.g. `Seafile-x86_64-9.0.7.AppImage`) from [our official website](https://www.seafile.com/en/download/) and give it executable permissionns from the teiminal.

```
sudo chmod +x Seafile-x86_64.AppImage
chmod +x Seafile-x86_64-9.0.7.AppImage
```
You can then double-click `Seafile-x86_64.AppImage` to run it, or run it directly from the terminal.

You can also set executable permissions for the AppImage file from the GUI. Right click on the AppImage file and choose the "Property" entry. From there you can set executable permission for the file. More details on: <https://discourse.appimage.org/t/how-to-run-an-appimage/80>

You can then double-click `Seafile-x86_64-x.y.z.AppImage` to run it, or run it directly from the terminal.

```
./Seafile-x86_64.AppImage
./Seafile-x86_64-9.0.7.AppImage
```

`Seafile-x86_64.AppImage` require FUSE version 2 to run. If your system does not have FUSE installed, please refer to <https://github.com/AppImage/AppImageKit/wiki/FUSE> to install it.
`Seafile-x86_64-x.y.z.AppImage` require FUSE version 2 to run. If your system does not have FUSE installed, please refer to <https://github.com/AppImage/AppImageKit/wiki/FUSE> 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 <https://docs.appimage.org/user-guide/run-appimages.html#ref-desktop-integration> for desktop integration to display AppImage's application icons.

Expand Down

0 comments on commit 15f7568

Please sign in to comment.