System Grab Bag

View all TLDR pages from common (or from all pages)

gacutil

Global Assembly Cache (CAG) management utility. More information: https://manned.org/gacutil.
  • Install the specified assembly into GAC:
    gacutil -i {{path/to/assembly.dll}}
  • Uninstall the specified assembly from GAC:
    gacutil -i {{assembly_display_name}}
  • Print the content of GAC:
    gacutil -l

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.