https://bugs.documentfoundation.org/show_bug.cgi?id=144115

--- Comment #2 from Jim Avera <jim.av...@gmail.com> ---
@Roman Kuznetsov - all debs in the .tar were installed, but not using dpkg.   I
used dpkg-deb -x to extract the files into a private "parallel install"
directory, as described at
https://wiki.documentfoundation.org/Installing_in_parallel/Linux (under "Manual
installation").

The script I use essentially does this:

mkdir /lotest/7.3.0.0.alpha0

wget
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz
 


rm -rf /tmp/td
mkdir /tmp/td
(cd /tmp/td && tar xf
../master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb.tar.gz)
find /tmp/td -name '*.deb' -print0 | xargs -I'{}' -0 dpkg-deb -x '{}'
/lotest/7.3.0.0.alpha0

...and repeated the above to install offline help files from
https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/2021-08-26_09.43.29/master~2021-08-26_09.43.29_LibreOfficeDev_7.3.0.0.alpha0_Linux_x86-64_deb_helppack_en-US.tar.gz
into the same destination.


Afterwards, /lotest/7.3.0.0.alpha0/opt/libreofficedev7.3/program/soffice runs
LO.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to