Skip to content
English
  • There are no suggestions because the search field is empty.

Install document preview on fips

Original Question or Issue:

How to install the document preview on a FIPS environment.


Environment:

  • Product - FileCloud Server
  • Version - 23.251
  • Platform - Linux

Steps to Reproduce:

  • FIPS environment on Linux.
  • Run filecloudcp --install-preview

Error or Log Message:

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
/usr/bin/filecloudcp: line 262: cd: LibreOffice_24.8.4.2_Linux_x86-64_deb/DEBS: No such file or directory
Installing LibreOffice ...
dpkg: error: cannot stat pathname '/usr/local/src/libreoffice/LibreOffice_24.8.4.2_Linux_x86-64_deb/DEBS/': No such file or directory
Removing LibreOffice temp files


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:

Run the following commands:

curl --location 'repo.filecloudlabs.com/static/fcp/filecloudinstaller' -o /usr/bin/filecloudinstaller

chmod 755 /usr/bin/filecloudinstaller

filecloudinstaller  --install-preview


Notes: