Address to installed SPARSKIT libraries

Asked by AnkitRaj

I have installed the SPARSKIT library from ubuntu package. However I am not able to locate the installed libraries in the system by using
locate *libskit*
locate *libsparskit*
locate *libspars*
locate *LIBSPAR*
locate *LIBSKIT*

Where are the libraries located ? I am using 16.04.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sparskit Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#2

Try the commands

sudo updatedb
locate libskit
ls -l /usr/lib/libskit.*

(Remark: It seems to me that sparskit has never been adapted to the Ubuntu multiarch standards https://wiki.ubuntu.com/MultiarchSpec )

Revision history for this message
AnkitRaj (ankit7540) said :
#3

Thanks Manfred Hampl, that solved my question.