1

I was trying to install a 'qgraph' R package in RStudio when the erros happens: libicui18n.so.55: Unable to open shared object file: File or directory not found.

Somebody would help how to fix this problem ?

Tks

1 Answers1

1

The particular file that you are looking for is found in the package libicu55 in the Xenial archives. It does not appear in the Trusty or Zesty archives, however.

If you are running Xenial, you will be able to install this with sudo apt install libicu55

Charles Green
  • 21,339