Re: Installing a Lenny package to an Etch machine



On Mon, Mar 31, 2008 at 08:15:51PM +0100, andy wrote:
Greetings

I am wanting to install Homebank on an Etch machine. Trouble is, it looks
like it is only available for testing/Lenny and Sid.

http://homebank.free.fr/index.php?id=20
http://packages.qa.debian.org/h/homebank.html

Is it best to simply give this a miss, or to download a tar ball and
convert it to a deb package via (is it) alien? Or, can one install a
testing package on a stable machine?

First I would try to install it with 'dpkg -i'. Another option would be
to set 'APT::Default-Release "stable";' in /etc/apt/apt.conf, add a
source for lenny and try to install with
'aptitude install -t lenny homebank'. If this doesn't pull in too many
dependencies (where 'too many' depends on your luck/guts/phase of the
moon/...) than you're good to go.

The safest option would probably be to try rebuilding the package for
ethc (backporting). AFAIK this involves some invocation of
'apt-get build-dep' 'apt-get source' with some '-t lenny' and others.

Regards,
Andrei
P.S. alien AFAIK is used to convert rpm packages to deb. tar balls
usually contain only the source which you need to compile and install
with something like './configure' 'make' 'make install'. If you go that
route make sure you install it in /usr/local in order to keep it away
from apt.
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

Attachment: signature.asc
Description: Digital signature



Relevant Pages

  • Errors applying kernel patch 118833-36
    ... install of Solaris 10 11/06. ... However, once the package list is done, I see a worrisome message: ... Below is the complete console output of the patch run. ... Changes for package SUNWnfsskr will not be applied to the system. ...
    (SunManagers)
  • Re: media player 10 setup issues
    ... Finished building install list. ... Package 'MPPRE' is version '10.0.0.3802'. ... Install for Exception pack ...
    (microsoft.public.windowsmedia)
  • Re: A little help please!
    ... This so far was the best map to getting DVD media working I am going to ... Also I have the latest libdvdcss2 and libdvdcss2-dev installed. ... sudo aptitude install totem-xine ... Click either free or non-free depending on where the package you ...
    (Ubuntu)
  • problem installing cedet and ecb for emacs
    ... I am trying to install these packages to enhance emacs for programming ... Initializing package states... ... dpkg: dependency problems prevent configuration of ede: ... dpkg: dependency problems prevent configuration of semantic: ...
    (Debian-User)
  • Re: Code correctness, and testing strategies
    ... automate the testing a bit more. ... the shell scripts & control files work correctly, that the debian ... package had all the files in the correct places etc). ... Install the package under a chroot ...
    (comp.lang.python)