To get a list of all the libraries installed on your linux machine execute
/sbin/ldconfig -p
Lets output it to a log file for viewing with nano or another editor.
/sbin/ldconfig -p > libraries.log
To get a list of all the libraries installed on your linux machine execute
/sbin/ldconfig -p
Lets output it to a log file for viewing with nano or another editor.
/sbin/ldconfig -p > libraries.log
Leave a Reply
Be the First to Comment!