Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Owncloud cannot be installed on Raspbian 10 (buster)

46 views
Skip to first unread message

Markus Robert Kessler

unread,
Dec 11, 2019, 4:20:47 PM12/11/19
to
Hi all,

just wondering how some people here managed to install NextCloud -- in my
default repo set (for Raspbian 10 / buster) I cannot even find it.

So I tried to install OwnCloud instead, but there are several packages
missing, too:

apt-get install owncloud
leads to complaining about not installable / missing

- libjs-jcrop
- php5, hence:
- php-assetic
- php-opencloud
- php5-mysql
- php-crypt-blowfish

and so on.

Is there an additional repo which has to be enabled first?

Thanks for any idea,
best regards,

Markus

--
Please reply to group only.
For private email please use http://www.dipl-ing-kessler.de/email.htm

Pancho

unread,
Dec 12, 2019, 1:49:18 PM12/12/19
to
On 11/12/2019 21:20, Markus Robert Kessler wrote:
> Hi all,
>
> just wondering how some people here managed to install NextCloud -- in my
> default repo set (for Raspbian 10 / buster) I cannot even find it.
>
> So I tried to install OwnCloud instead, but there are several packages
> missing, too:
>
> apt-get install owncloud
> leads to complaining about not installable / missing
>
> - libjs-jcrop
> - php5, hence:
> - php-assetic
> - php-opencloud
> - php5-mysql
> - php-crypt-blowfish
>
> and so on.
>
> Is there an additional repo which has to be enabled first?
>
> Thanks for any idea,
> best regards,
>
> Markus
>


Using Docker, The Dockerhub image owncloud/server appears to work fine
from buster. i.e. The web site starts.

Personally I use Syncthing, again under Docker.

I did have a look at how Docker installed owncloud but they appear to do
this from a tar file, which they presumably build locally from git.

I can give you links how to install docker and run if you are interested.


Doc O'Leary

unread,
Dec 12, 2019, 7:38:27 PM12/12/19
to
For your reference, records indicate that
Markus Robert Kessler <dimk...@uni.de> wrote:

> just wondering how some people here managed to install NextCloud -- in my
> default repo set (for Raspbian 10 / buster) I cannot even find it.

Probably using the install procedure on the Nextcloud web site. I’m going
to give it a go myself in the next couple of weeks. I, too, would prefer a
packaged solution, but . . .

> So I tried to install OwnCloud instead, but there are several packages
> missing, too:

The ownCloud packages that come with Raspbian have been horribly out of
date for ages (I mean, PHP 5? Really?). I have no idea why they’re even
still included with Buster.

--
"Also . . . I can kill you with my brain."
River Tam, Trash, Firefly


Pancho

unread,
Dec 14, 2019, 5:44:47 AM12/14/19
to
On 13/12/2019 00:38, Doc O'Leary wrote:
> For your reference, records indicate that
> Markus Robert Kessler <dimk...@uni.de> wrote:
>
>> just wondering how some people here managed to install NextCloud -- in my
>> default repo set (for Raspbian 10 / buster) I cannot even find it.
>

Instructions to get proof of concept Owncloud running on port 8072

-----
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi
sudo systemctl reboot
docker run -d -p 8072:8080 owncloud/server
-----

or replace owncloud/server with nextcloud on port 8075
docker run -d -p 8075:8080 nextcloud

Takes about 10-15 minutes, tested on buster raspbian lite.


> Probably using the install procedure on the Nextcloud web site. I’m going
> to give it a go myself in the next couple of weeks. I, too, would prefer a
> packaged solution, but . . .
>
>> So I tried to install OwnCloud instead, but there are several packages
>> missing, too:
>
> The ownCloud packages that come with Raspbian have been horribly out of
> date for ages (I mean, PHP 5? Really?). I have no idea why they’re even
> still included with Buster.
>

Perhaps they now put all their effort in the docker image, which AIUI is
bang up to date. 10.3.2(stable) when I pulled it a couple of days ago.


0 new messages