Installation¶
Fedora COPR Repositories¶
The recommended way to install Folder Custodian is through the Fedora Copr repositories:
$ sudo dnf copr enable iolaum/fcust
$ sudo dnf install fcust
This is the preferred method to install Folder Custodian, as it will always install the most recent stable release.
Python Packaging Index¶
Alternatively Folder Custodian can be installed as a python package:
$ pip install fcust
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources¶
The sources for Folder Custodian can be downloaded from the Github repo.
For more information follow the Contributing page.