man tpkg-install-libc () - Installs precompiled libc pkgs

NAME

tpkg-install-libc - Installs precompiled libc pkgs

SYNOPSIS

tpkg-install-libc <target> [<pkt pattern>]

DESCRIPTION

tpkg-install-libc will download and install the libc6 and libc6-dev package of the <target> architecture, as well as a few other packages needed to satisfy their dependencies. The package will be converted using dpkg-cross(1) before it is installed. This moves the files from /usr/ to /usr/<target>/ and will thus not conflict with any native libraries. By specifying a second option argument <pkg pattern> that pattern will be used when deciding which packages to install. If for example only the pciutils-dev package should be installed use the pattern "pciutils-dev$".

SEE ALSO

dpkg-cross(1)

AUTHOR

Dr. David Alan Gilbert <gilbertd@treblig.org>