On Sun, Feb 17, 2002 at 03:31:06PM -0600, will trillich wrote: > what's the potato-friendly way to get galeon installed? > i've got potato(stable) set up including >deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free > (all one line) in my /etc/apt/sources.list but of course galeon > ain't there... ("dpkg -S" and "apt-cache search" both come up > empty when looking for "galeon".)
If you want to do this purly in potato envirinment, it is a bit of efforts. You can find this process under '4.3.9 Port a package to the "stable" system' in my web page at http://qref.sf.net/quick/ In woody (Or potato with upgraded APT and dpkg), it is much easier. After setting up sources.list with deb-src entries then from shell: # apt-get build-dep galeon # apt-get source -b galeon This will build galeon, I think. You may need to do similar for mozzilla. Good luck. (If it is not a production server, I recommend you to upgrade system to the "testing". If it is a server, why install X or galeon, anuyay.) -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++ Osamu Aoki <[EMAIL PROTECTED]>, GnuPG-key: 1024D/D5DE453D Visit Debian reference http://www.debian.org/doc/manuals/quick-reference/ There are 6 files: index.{en|fr|it}.html quick-reference.{en|fr|it}.txt I welcome your constructive criticisms and corrections.