Attempting to install latest (6.0.3.4) on Centos-7 (Linux). it didn’t want to install, so I uninstalled previous and it still won’t. when I type “sudo yum localinstall *.rpm” it spews the names of all the files, followed by “nothing to do”.
I’ve done “yum clean all” but it didn’t help.
Anyone got any good ideas?
thanks in advance!
Fred
editing to respond to Opaque:
no, there are no libreoffice or libobasis RPMS installed. already checked, my apology for forgetting to say so in original post.
$ sudo rpm -qa | grep -i libreoffice
$
$ ls -l /opt | grep -i libreoffice
drwxr-xr-x. 4 root root 32 Mar 31 2017 libreoffice5.1
$ ls -l /opt | grep -i libreoffice^C
$ ls /opt/lib1/
/opt/libreoffice5.1/program:
pycache python-core-3.5.0
/opt/libreoffice5.1/share:
extensions
$
$ ls -l /bin/libreoffice*
ls: cannot access /bin/libreoffice*: No such file or directory
$ ls /bin/libre*
ls: cannot access /bin/libre*: No such file or directory
$