How To Install seafile on Fedora 36

In this tutorial we learn how to install seafile in Fedora 36. seafile is Cloud storage cli client

Introduction

In this tutorial we learn how to install seafile on Fedora 36.

What is seafile

Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork. Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team.


We can use yum or dnf to install seafile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install seafile. title: “How To Install seafile on Fedora 36”

linkTitle: “seafile”

Install seafile on Fedora 36 Using dnf

type: “docs”

description: “In this tutorial we learn how to install seafile in Fedora 36. seafile is Cloud storage cli client” Update yum database with dnf using the following command. date: “2022-08-17”

lastmod: “2022-08-17”

sudo dnf makecache --refresh
#image: /images/fedora/36/seafile-featured.png

Introduction

After updating yum database, We can install seafile using dnf by running the following command:

In this tutorial we learn how to install `seafile` on Fedora 36.
sudo dnf -y install seafile

What is seafile

Install seafile on Fedora 36 Using yum

Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork. Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team.

Update yum database with yum using the following command. We can use yum or dnf to install seafile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install seafile.

sudo yum makecache --refresh
## Install seafile on Fedora 36 Using dnf

Update yum database with dnf using the following command.

After updating yum database, We can install seafile using yum by running the following command:


sudo dnf makecache --refresh
```bash

sudo yum -y install seafile

After updating yum database, We can install `seafile` using `dnf` by running the following command:
## How To Uninstall seafile on Fedora 36


```bash
To uninstall only the `seafile` package we can use the following command:
sudo dnf -y install seafile

sudo dnf remove seafile

Install seafile on Fedora 36 Using yum

seafile Package Contents on Fedora 36

Update yum database with yum using the following command.

```bash
sudo yum makecache --refresh

After updating yum database, We can install seafile using yum by running the following command:

sudo yum -y install seafile

How To Uninstall seafile on Fedora 36

To uninstall only the seafile package we can use the following command:

sudo dnf remove seafile

seafile Package Contents on Fedora 36

/usr/bin/seaf-cli
/usr/bin/seaf-daemon
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/8d31f96fb4189f04bf9f20ff50617bbab0002e
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/6534b1c9a8fc9097dd0df3d27c9ca8c698583a
/usr/lib/libseafile.so.0
/usr/lib/libseafile.so.0.0.0
/usr/lib/python3.10/site-packages/seafile
/usr/lib/python3.10/site-packages/seafile/__init__.py
/usr/lib/python3.10/site-packages/seafile/__pycache__
/usr/lib/python3.10/site-packages/seafile/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/seafile/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/seafile/__pycache__/rpcclient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/seafile/__pycache__/rpcclient.cpython-310.pyc
/usr/lib/python3.10/site-packages/seafile/rpcclient.py
/usr/share/doc/seafile
/usr/share/doc/seafile/README.markdown
/usr/share/licenses/seafile
/usr/share/licenses/seafile/LICENSE.txt
/usr/share/man/man1/seaf-cli.1.gz
/usr/share/man/man1/seaf-daemon.1.gz
/usr/bin/seaf-cli
/usr/bin/seaf-daemon
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/0a4ebc1396d810e2cba4f63357c86087c3a0fd
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/7f8defbe9969847b77d92d308b366287047a8c
/usr/lib64/libseafile.so.0
/usr/lib64/libseafile.so.0.0.0
/usr/lib64/python3.10/site-packages/seafile
/usr/lib64/python3.10/site-packages/seafile/__init__.py
/usr/lib64/python3.10/site-packages/seafile/__pycache__
/usr/lib64/python3.10/site-packages/seafile/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/seafile/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/seafile/__pycache__/rpcclient.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/seafile/__pycache__/rpcclient.cpython-310.pyc
/usr/lib64/python3.10/site-packages/seafile/rpcclient.py
/usr/share/doc/seafile
/usr/share/doc/seafile/README.markdown
/usr/share/licenses/seafile
/usr/share/licenses/seafile/LICENSE.txt
/usr/share/man/man1/seaf-cli.1.gz
/usr/share/man/man1/seaf-daemon.1.gz

References

Summary

In this tutorial we learn how to install seafile on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [seafile website](http://seafile.com/)

## Summary

In this tutorial we learn how to install `seafile` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).