Install serviio is posible?

Hi. does anyone know how to install serviio in manjaro arm? I AM running rockpi 4b.

Build this package from AUR. It looks to be java based and has “arch=(‘any’)” in the PKGBUILD.
https://aur.archlinux.org/packages/serviio/

Hello, thanks for answering. I’ve been trying to install and do this:
git clone https://aur.archlinux.org/serviio.git
cd /serviio

makepkg -si

the last command throws me an error.
I’m new to this, and I can’t find a specific guide.

#Take the defaults when it asks which packages to install; just hit enter.

sudo pacman -Syy
sudo pacman -S base-devel wget
wget https://aur.archlinux.org/cgit/aur.git/snapshot/serviio.tar.gz
tar -xvf serviio.tar.gz
cd serviio
makepkg -si

The package should be built and installed to you system when all steps are done.

Hi. Thank you. I was able to install Serviio, and even make it run only at startup. Now the problem that I have, and that I am not able to solve, because what I find on the web is very confusing, varied, and for me it is basic Chinese.
I need to do autologin. I’m running Manjaro Arm on a rockpi4b, with I3wm, but I can’t find the way.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.