My system: 6.9.7-arch1-1
I do all what here stand:
full in- and output:
$ yay -S onlyoffice-bin
yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
My system: 6.9.7-arch1-1
I do all what here stand:
full in- and output:
$ yay -S onlyoffice-bin
yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
Hello @testware73
We will take look at this issue. I will let you know once any news come up or if we require some more information from you.
UPD: Have you tried installing package that includes library libalpm.so.13
?
Hello again @testware73
I was informed that this guide is outdated and also that original project is maintained by community.
https://aur.archlinux.org/packages/onlyoffice-bin
With manual installation you can try adding dependencies and running the whole project again:
sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/onlyoffice-bin.git
cd onlyoffice-bin/
// Add dependencies
sudo pacman -Syy gst-plugins-ugly gst-plugins-base-libs gst-plugins-bad-libs gst-plugins-base gst-plugins-good
makepkg -si
Please note that is by no means an official recommendation.