> de bajar los los paquetes ya completos baje > solo los sources y los compile (s� que puedo > hacer eso manualmente, pero prefiero escapar > de esa opci�n... )... > La Pregunta es: > �Puedo hacer eso? > �Existe un apt-update-download-&-compile?
$ grep-available -s Package,Description -P apt-src Package: apt-src Description: manage Debian source packages apt-src is a command line interface for downloading, installing, upgrading, and tracking Debian source packages. It makes source package management feel a lot like using apt to manage binary packages, and is being used as a testbed to work on adding source dependencies to Debian. . It can be run as a normal user, or as root. If you want a convenient way to track updates to packages while preserving your local modifications, this is a way to do that. $ grep-available -s Package,Description -P apt-build Package: apt-build Description: Frontend to apt to build, optimize and install packages This is an apt-get front-end for compiling software optimized for your architecture by creating a local repository with built packages. It can manage system upgrade too. $ grep-available -s Package,Description -PX pbuilder Package: pbuilder Description: personal package builder for Debian packages pbuilder constructs a chroot system, and builds a package inside the chroot. It is an ideal system to use to check that a package has correct build-dependencies. It uses apt extensively, and a local mirror, or a fast connection to a Debian mirror is ideal, but not necessary. . "pbuilder create" uses debootstrap to create a chroot image. . "pbuilder update" updates the image to the current state of testing/unstable/whatever . "pbuilder build" takes a *.dsc file and builds a binary in the chroot image. . pdebuild is a wrapper for Debian Developers, to allow running pbuilder just like "debuild", as a normal user. Saludos, -- Marcelo -- Desuscripci�n: escriba a [EMAIL PROTECTED], tema 'unsubscribe' Problemas a: [EMAIL PROTECTED] http://www.linux.or.cr/listas
