How To Install croc on Fedora 36
Introduction
In this tutorial we learn how to install croc on Fedora 36.
What is croc
croc is a tool that allows any two computers to simply and securely transfer files and folders.
We can use yum or dnf to install croc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install croc.
Install croc 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 croc using dnf by running the following command:
sudo dnf -y install croc
Install croc 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 croc using yum by running the following command:
sudo yum -y install croc
How To Uninstall croc on Fedora 36
To uninstall only the croc package we can use the following command:
sudo dnf remove croc
croc Package Contents on Fedora 36
/usr/bin/croc
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/e3a860b00cd33725c7266ee767529240ba35f8
/usr/lib/systemd/system/croc.service
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/croc
/usr/share/doc/croc
/usr/share/doc/croc/README.md
/usr/share/licenses/croc
/usr/share/licenses/croc/LICENSE
/usr/share/zsh
/usr/share/zsh/site-functions
/usr/share/zsh/site-functions/_croc
References
Summary
In this tutorial we learn how to install croc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).