gacutil(1)


NAME

   gacutil - Global Assembly Cache management utility.

SYNOPSIS

   gacutil [-user] [command] [options]

DESCRIPTION

   gacutil  is  a  tool used by developers to install versioned assemblies
   into the system Global Assembly Cache  (GAC)  to  become  part  of  the
   assemblies that are available for all applications at runtime.

   Notice  that  they  are  not  directly  available  to the compiler. The
   convention is that  assemblies  must  also  be  placed  in  a  separate
   directory  to  be  accessed  by  the  compiler.   This is done with the
   -package directive to gacutil.

   The tool allows for installation, removal, and listing of the  contents
   of the assembly cache.

   The    GAC    is    relative   to   the   Mono   installation   prefix:
   mono_prefix/lib/mono.

COMMANDS

   -i  <assembly_path>  [-check_refs]  [-package  NAME]  [-root   ROOTDIR]
   [-gacdir GACDIR]

    Installs  an  assembly into the global assembly cache. <assembly_path>
   is the name of the file that contains the assembly manifest

   The -package option can be used  to  also  create  a  directory  in  in
   prefix/lib/mono  with  the  name  NAME,  and  a symlink is created from
   NAME/assembly_name to the  assembly  on  the  GAC.   This  is  used  so
   developers can reference a set of libraries at once.

   The  -root  option  is  used  to  specify  the  "libdir"  value  of  an
   installation prefix which differs from the prefix of  the  system  GAC.
   Typical  automake  usage is "-root $(DESTDIR)$(prefix)/lib".  To access
   assemblies installed to a prefix other than  the  mono  prefix,  it  is
   necessary to set the MONO_GAC_PREFIX environment variable.

   The  -gacdir  option  is included for backward compatibility but is not
   recommended for new code. Use the -root option instead.

   The -check_refs option is  used  to  ensure  that  the  assembly  being
   installed  into  the  GAC  does  not  reference  any  non  strong named
   assemblies. Assemblies being installed to the GAC should not  reference
   non strong named assemblies, however the is an optional check.

   -l [assembly_name] [-root ROOTDIR] [-gacdir GACDIR]

   Lists   the   contents   of   the   global  assembly  cache.  When  the
   <assembly_name> parameter is specified  only  matching  assemblies  are
   listed.

   -u  <assembly_display_name>  [-package  NAME]  [-root ROOTDIR] [-gacdir
   GACDIR]

   Uninstalls   an   assembly   from   the    global    assembly    cache.
   <assembly_display_name>  is  the name of the assembly (partial or fully
   qualified) to remove from the global assembly cache. If a partial  name
   is specified all matching assemblies will be uninstalled. As opposed to
   the install option that takes a filename, this takes as an argument the
   assembly name, which looks like this:
        MyLibrary.Something, version=1.0.0.0, publicKeyToken=xxxx,culture=neutral

   Notice  that  you can have spaces in the command line. There is no need
   to quote them.

   Performs a greedy removal. If you  only  specify  one  component  like,
   "MyLibrary.Something", it will remove all versions of the library.

   -us  <assembly_path>  [-package  NAME] [-root ROOTDIR] [-gacdir GACDIR]
   Uninstalls an  assembly  using  the  specified  assembly's  full  name.
   <assembly  path>  is the path to an assembly. The full assembly name is
   retrieved from the specified assembly if there is an  assembly  in  the
   GAC  with  a  matching  name,  it is removed. Unlike the -u option this
   option takes a file name, like this:
           Example: -us myDll.dll

   -ul  <assembly_list_file>  [-package  NAME]  [-root  ROOTDIR]  [-gacdir
   GACDIR]  Uninstalls  one  or  more  assemblies from the global assembly
   cache.  <assembly_list_file> is the path to a test  file  containing  a
   list of assembly names on separate lines.
   Example -ul assembly_list.txt
   assembly_list.txt contents:
       assembly1,Version=1.0.0.0,Culture=en,PublicKeyToken=0123456789abcdef
       assembly2,Version=2.0.0.0,Culture=en,PublicKeyToken=0123456789abcdef

FILES

   On  Unix assemblies are loaded from the installation lib directory.  If
   you set `prefix' to /usr, the assemblies will be located  in  /usr/lib.
   On Windows, the assemblies are loaded from the directory where mono and
   mint live.

   /etc/mono/config, ~/.mono/config

   Mono runtime configuration file.  See the  mono-config(5)  manual  page
   for more information.

WEB SITE

   Visit: http://www.go-mono.com for details

SEE ALSO

   mcs(1),mono(1)

                                                         gacutil(Mono 1.0)


More Linux Commands

manpages/gnutls_openpgp_privkey_sec_param.3.html
gnutls_openpgp_privkey_sec_param(3) - API function (ManPage)
gnutls_openpgp_privkey_sec_param.3 - This function will return the security parameter appropriate with this private key. RETURNS On success, a valid security pa

manpages/gnutls_pkcs7_set_crl.3.html
gnutls_pkcs7_set_crl(3) - API function - Linux manual page
This function will add a parsed CRL to the PKCS7 or RFC2630 crl set. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. REP

manpages/glVertex3s.3gl.html
glVertex3s(3gl) - specify a vertex - Linux manual page......
glVertex commands are used within glBegin/glEnd pairs to specify point, line, and polygon vertices. The current color, normal, and texture coordinates are assoc

manpages/perlmodstyle.1.html
perlmodstyle(1) - Perl module style guide - Linux man page
* One or more sections or subsections giving greater detail of available methods and routines and any other relevant information. * BUGS/CAVEATS/etc * AUTHOR *

manpages/pthread_kill.3.html
pthread_kill(3) - send a signal to a thread - Linux man page
The pthread_kill() function sends the signal sig to thread, a thread in the same process as the caller. The signal is asynchronously directed to thread. If sig

manpages/rake.ruby2.1.1.html
rake.ruby2.1(1) Ruby Make (Commands - Linux manual page)....
Rake is a simple ruby(1) build program with capabilities similar to the regular make(1) command. Rake has the following features: * Rakefiles (Rakes version of

manpages/filter.3ncurses.html
filter(3ncurses) - miscellaneous curses utility routines....
The unctrl routine returns a character string which is a printable representation of the character c, ignoring attributes. Control characters are displayed in t

manpages/vfwprintf.3.html
vfwprintf(3) - formatted wide-character output conversion...
The wprintf() family of functions is the wide-character equivalent of the printf(3) family of functions. It performs formatted output of wide characters. The wp

manpages/setupterm.3ncurses.html
setupterm(3ncurses) - curses interfaces to terminfo database
These low-level routines must be called by programs that have to deal directly with the terminfo database to handle certain terminal capabilities, such as progr

manpages/sane-ricoh.5.html
sane-ricoh(5) - SANE backend for Ricoh flatbed scanners.....
The sane-ricoh library implements a SANE (Scanner Access Now Easy) backend that provides access to the following Ricoh flatbed scanners: IS50 IS60 DEVICE NAMES

manpages/vfs_cacheprime.8.html
vfs_cacheprime(8) - prime the kernel file data cache........
This VFS module is part of the samba(7) suite. The vfs_cacheprime VFS module reads chunks of file data near the range requested by clients in order to make sure

manpages/git-relink.1.html
git-relink(1) - Hardlink common objects in local repositorie
This will scan 1 or more object repositories and look for objects in common with a master repository. Objects not already hardlinked to the master repository wi





We can't live, work or learn in freedom unless the software we use is free.