Global Assembly Cache (GAC) management utility.
Install the specified assembly into GAC
gacutil -i path/to/assembly.dll
Uninstall the specified assembly from GAC
gacutil -u assembly_display_name
Print the content of GAC
gacutil -l