linux - How to check C libraries installed without root access? -


i working on school project in limited environment (archlinux) don't have root access. subject says allowed use libraries installed. coding in c using gcc.

how list of libraries ?

for libraries managed pkg-config utility, following command show installed libraries:

pkg-config --list-all | less 

however, not libraries managed may forced go through /usr/lib , /usr/local/lib directories.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -