All Posts programming gacutil : Global Assembly Cache (CAG) management utility

gacutil : Global Assembly Cache (CAG) management utility

ยท 104 words ยท 1 minute read

What is gacutil ? ๐Ÿ”—

Global Assembly Cache (CAG) management utility.

Usage ๐Ÿ”—

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

For more information, check out the man page of gacutil: https://manned.org/gacutil .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .