install on slackware/kde

Have you got a version that will install on slackware/kde?

Regards, John

All officially supported download options are available at the download page. We here are mostly users, not developers or maintainers, so asking such questions here is next to useless.

Disclaimer: I’ve never used slack!

If you can install “rpm” on your distro you’ll be able to use the packages provided by LibO. The rpm package includes a command called “rpm2cpio” that allows you to uncompress rpm packages recursively, something like this:

for i in ../*.rpm; do rpm2cpio $i | cpio -id; done

and then just run the resulting binaries. More details here:

Installing in parallel/Linux