These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Owncloud 8.2.2 script fails on centos 7 server on the new forum.
Anyone an idea how to fix this ?
clearing cache etc doesnt work.
Failed to install script : Download of http://download.owncloud.org/community/owncloud-8.2.2.tar.bz2 is an incomplete archive file : The un-archive command pbzip2 -d is not installed
Howdy,
Hrm, I'm not sure why it's trying to use pbzip2 to extract that, tar should be able to do so on it's own. That's unfortunately not a command that's available in the standard CentOS repository.
You can install it from EPEL though, using this command:
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/p/pbzip2-1.1.12-1.el7.x86_64.rpm
After running that command, are you able to install ownCloud?
-Eric