[Linux-disciples] upgrading protocol
Dylan Thurston
linux-disciples@bostoncoop.net
Tue, 28 Oct 2003 00:22:27 -0500
--CblX+4bnyfN0pR09
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mon, Oct 27, 2003 at 07:09:59PM -0800, Adam Kessel wrote:
> If you want to compile from source, you should consider using apt-get
> source from the Debian source and building it in /usr/src. =20
I might recommend this option: with a package like Galeon, you're likely
to find that you need many packages from unstable to install unstable's
Galeon.
Here's what I might try to install from source, although this may run
into problems:
(in /usr/src)
apt-get --build source unstable/galeon
This should download the source for (the unstable version of) galeon and
all its dependencies and try to build it. You need to put unstable in
your sources.list first; you should pin unstable to a priority of lower
than 100 if you want to prevent upgrades.
That 'apt-get --build source' involves many steps; they are:
apt-get source unstable/galeon
apt-get build-dep galeon
cd galeon-<version number>
dpkg-buildpackage -b
cd ..
dpkg -i galeon_<version number>.deb
Peace,
Dylan
--CblX+4bnyfN0pR09
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/nf0TVeybfhaa3tcRAmIHAJ4lPoeQ4qaJifQivO5cW5von9jT/ACfW2FI
qR3asLEjJKqTH6o5jJ7OXQ8=
=I2Vr
-----END PGP SIGNATURE-----
--CblX+4bnyfN0pR09--