Tux, the Linux penguin

Linux Installation Instructions

Filie is available for Debian, Ubuntu, and other Debian-based distributions, as well as Fedora RPM-based distributions through our Nettica repositories.

Filie needs a Secret Service provider such as gnome-keyring or kwallet to function properly. These packages should be installed by default with your desktop environment. If not, you should install them manually.

Filie for Linux is beta software.

Debian

On Debian, Ubuntu, Raspberry PI OS, and other Debian-based distributions, install Filie from the Nettica apt repository. Run the commands below to add the repository and its signing key, then install the package. Updates will arrive through your normal apt upgrade cycle.

# Add the Nettica GPG key to be used by apt
sudo apt update
sudo apt install curl -y
sudo curl -s -o /etc/apt/sources.list.d/nettica.list https://ppa.nettica.com/nettica.list
curl https://ppa.nettica.com/nettica.gpg | sudo gpg -o /usr/share/keyrings/nettica.gpg --dearmor --batch --yes
sudo apt update

# Install filie
sudo apt install filie -y

Fedora

On Fedora and other RPM-based distributions, install Filie from the Nettica dnf repository. Run the commands below to add the repository and install the package. Updates will arrive through your normal dnf upgrade cycle.

# Add the Nettica repository to dnf
sudo dnf config-manager --add-repo https://rpm.nettica.com/nettica.repo

# Install filie
sudo dnf install filie -y

Contact

Questions? Contact us at [email protected].