TLDR
Enter a command. For example: konsole, runuser, mons, urxvt, ddcutil.

ldconfig

 
Configure symlinks and cache for shared library dependencies. More information: https://manned.org/ldconfig.
 
  • Update symlinks and rebuild the cache (usually run when a new library is installed):
     
    sudo ldconfig
     
  • Update the symlinks for a given directory:
     
    sudo ldconfig -n {{path/to/directory}}
     
  • Print the libraries in the cache and check whether a given library is present:
     
    ldconfig -p | grep {{library_name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.