How To Install seafile-client on Fedora 36
Introduction
In this tutorial we learn how to install seafile-client
on Fedora 36.
What is seafile-client
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-client
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install seafile-client.
Install seafile-client on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install seafile-client
using dnf
by running the following command:
sudo dnf -y install seafile-client
Install seafile-client on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install seafile-client
using yum
by running the following command:
sudo yum -y install seafile-client
How To Uninstall seafile-client on Fedora 36
To uninstall only the seafile-client
package we can use the following command:
sudo dnf remove seafile-client
seafile-client Package Contents on Fedora 36
/usr/bin/seafile-applet
/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/f54c0541dd06349b11add252dfdc70459f2e90
/usr/share/applications/seafile.desktop
/usr/share/doc/seafile-client
/usr/share/doc/seafile-client/README.md
/usr/share/icons/hicolor/128x128/apps/seafile.png
/usr/share/icons/hicolor/16x16/apps/seafile.png
/usr/share/icons/hicolor/22x22/apps/seafile.png
/usr/share/icons/hicolor/24x24/apps/seafile.png
/usr/share/icons/hicolor/32x32/apps/seafile.png
/usr/share/icons/hicolor/48x48/apps/seafile.png
/usr/share/icons/hicolor/scalable/apps/seafile.svg
/usr/share/licenses/seafile-client
/usr/share/licenses/seafile-client/LICENSE
/usr/share/metainfo/seafile.appdata.xml
/usr/share/pixmaps/seafile.png
References
Summary
In this tutorial we learn how to install seafile-client
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).