How To Install seafile on Fedora 34

seafile is Cloud storage cli client Cloud storage cli client

Introduction

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

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. seafile 7.0.10 2.fc34 x86_64 200 k seafile-7.0.10-2.fc34.src.rpm fedora Cloud storage cli client http GPLv2 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install seafile.

Install seafile on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install seafile

Install seafile on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove seafile

seafile Package Contents on Fedora 34

/usr/bin/seaf-cli
/usr/bin/seaf-daemon
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/c09933031c11725ee043f3cd2785267b3c6c83
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/d40b49411c03e099ad57d92a54675c5bf94633
/usr/lib/libseafile.so.0
/usr/lib/libseafile.so.0.0.0
/usr/lib/python3.9/site-packages/seafile
/usr/lib/python3.9/site-packages/seafile/__init__.py
/usr/lib/python3.9/site-packages/seafile/__pycache__
/usr/lib/python3.9/site-packages/seafile/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/seafile/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/seafile/__pycache__/rpcclient.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/seafile/__pycache__/rpcclient.cpython-39.pyc
/usr/lib/python3.9/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/f4
/usr/lib/.build-id/f4/cd48b740602a84916511e4e5ee612569313aa0
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/f16d6bd95669a972cc30c870b041ab01d4d776
/usr/lib64/libseafile.so.0
/usr/lib64/libseafile.so.0.0.0
/usr/lib64/python3.9/site-packages/seafile
/usr/lib64/python3.9/site-packages/seafile/__init__.py
/usr/lib64/python3.9/site-packages/seafile/__pycache__
/usr/lib64/python3.9/site-packages/seafile/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/seafile/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/seafile/__pycache__/rpcclient.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/seafile/__pycache__/rpcclient.cpython-39.pyc
/usr/lib64/python3.9/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 34 using yum and dnf.