Packages for DEB and RPM based Linux distributions | FWCloud Forum

Packages for DEB and RPM based Linux distributions

Carles Munyoz

Administrator
Staff member
In order to simplify the FWCloud installation procedure we have created packages for DEB and RPM based Linux distributions. These packages are created automatically every time we publish a new release of FWCloud.

DEB and RPM are package management systems used in different Linux distributions.

DEB-based distributions, such as Debian, Ubuntu, and Linux Mint, use the Debian package management system. The packages in these distributions have the .deb file extension. The main tool for managing deb packages is the dpkg command, which handles package installation, removal, and querying.

RPM-based distributions, such as Red Hat Enterprise Linux (RHEL), CentOS, Fedora, and openSUSE, use the RPM (Red Hat Package Manager) package management system. The packages in these distributions have the .rpm file extension. The main tool for managing rpm packages is the rpm command, which handles package installation, removal, and querying.

Then there are currently three ways to install FWCloud:

. Using your distribution's package manager (recommended method)
. Using the FWCloud-Installer script (the traditional method)
. Using a Docker image

Video tutorials
- You can see here a video tutorial that explains the installation procedure, both in DEB and RPM based Linux distributions.
- Here is the link to all our video tutorials: https://fwcloud.net/documentacion/interfaz-de-usuario/#video

Documentation
https://fwcloud.net/en/documentation/

Help
https://forum.fwcloud.net/
 
Top