[CentOS] Installing owncloud on CentOS 7 server

Fri Jun 19 11:30:01 UTC 2020
Alexander Dalloz <ad+lists at uni-x.org>

Am 19.06.2020 um 01:08 schrieb H:
> I transitioning an owncloud installation from a C6 server to a new C7 server and used yum install owncloud to install it on the C7 server. I expected /var/www/owncloud to be generated but alas not. Quick Googling just showed examples of installing from the latest owncloud repository but not using yum.
> 
> Have I missed something obvious when using yum to install?

rpm -qlv <packagename>

shows you what you have installed into which locations on the system. 
Would have answered your question wihout googling from random resources.

Alexander