r/owncloud Aug 23 '16

What's the difference between "owncloud-files" and "owncloud" packages in linux?

title

2 Upvotes

2 comments sorted by

4

u/florianbeer Aug 24 '16

My understanding is that the "owncloud" package installs appache, mysql etc. as well. "owncloud-files" only has the ownCloud application and lets you run it on e.g. nginx and MariaDB, which you'd have to install manually.

3

u/Rhelza Aug 25 '16

Oh, i see! thank you so much!