Access TBrowser from terminal

I am using ubuntu 23.10. While I am trying to open a .root file using the command new TBrowser, the terminal returns me the following error:

**cling::DynamicLibraryManager::loadLibrary(): libtiff.so.5: cannot open shared object file: No such file or directory**
**Error in <TInterpreter::TCling::AutoLoad>: failure loading library libASImage.so for TASImage**
**cling::DynamicLibraryManager::loadLibrary(): libtiff.so.5: cannot open shared object file: No such file or directory**
**Error in <TGVSplitter::TGVSplitter>: splitterv.xpm not found**
**Error in <TGHSplitter::TGHSplitter>: splitterh.xpm not found**
**Error in <TGComboBox::TGComboBox>: arrow_down.xpm not found**
**Error in <TGVScrollBar::TGVScrollBar>: arrow_*.xpm not found**

** *** Break *** segmentation violation**

How do I fix this?

Hi,

A dependency is missing. Have you tried sudo apt install libtiff5 ?

Best,
D

HI Danilo ! thanks for pointing that out. I figured out late that Ubuntu 23.10 has libtiff.so.6. Got a fix here shared library - How do I install libtiff.so.3? - Ask Ubuntu