gacutil
Global Assembly Cache (CAG) management utility. More information: <https://manned.org/gacutil>.
Install
- All systems
-
curl cmd.cat/gacutil.sh
- Debian
-
apt-get install mono-gac - Ubuntu
-
apt-get install mono-gac - Arch Linux
-
pacman -S mono - Kali Linux
-
apt-get install mono-gac - Fedora
-
dnf install mono-core - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install mono-gac - OS X
-
brew install mono - Raspbian
-
apt-get install mono-gac
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
© tl;dr; authors and contributors