How To Install ffsend on Fedora 36
Introduction
In this tutorial we learn how to install ffsend
on Fedora 36.
What is ffsend
Easily and securely share files from the command line. A fully featured Firefox Send client.
We can use yum
or dnf
to install ffsend
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ffsend.
Install ffsend 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 ffsend
using dnf
by running the following command:
sudo dnf -y install ffsend
Install ffsend 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 ffsend
using yum
by running the following command:
sudo yum -y install ffsend
How To Uninstall ffsend on Fedora 36
To uninstall only the ffsend
package we can use the following command:
sudo dnf remove ffsend
ffsend Package Contents on Fedora 36
/usr/bin/ffdel
/usr/bin/ffget
/usr/bin/ffput
/usr/bin/ffsend
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/757512a723d921fca381dfe69edac0953eba05
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/ffsend.bash
/usr/share/doc/ffsend
/usr/share/doc/ffsend/README.md
/usr/share/fish
/usr/share/fish/vendor_completions.d
/usr/share/fish/vendor_completions.d/ffsend.fish
/usr/share/licenses/ffsend
/usr/share/licenses/ffsend/LICENSE
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_ffsend
References
Summary
In this tutorial we learn how to install ffsend
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).