[racket] Installer vs PPA (was: Graphics Issues in Ubuntu 11.10)

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Oct 17 22:14:35 EDT 2011

A few minutes ago, Todd O'Bryan wrote:
> On Mon, Oct 17, 2011 at 9:46 PM, Eli Barzilay <eli at barzilay.org> wrote:
> > There's also our own installers, which are very easy to set
> > up.  It's true that it won't get added as a known package in the
> > system -- but OTOH, you can use the usual "whole-directory mode"
> > where the whole thing is in a single directory.  If some of these
> > machines share your home directory, and they're all running
> > ubuntu, you can even put the racket directory in your home
> > directory and cover more than a single machine.
> >
> I think I did this once or twice after compiling separately on each
> machine for a few years and before the creation of the PPA. I can't
> remember why I preferred compiling and building from scratch to the
> binary installers, but there was some (probably nonsensical) reason.

Well, IIUC, getting the PPA is also getting a precompiled directory,
no?

In any case, there shouldn't be any issues with using the installer.


> Unfortunately, none of these machines share my home folder--school
> firewalls and network wonkiness prevent that, so it really does
> require separate installations. That makes the PPA's ability to
> notice updates really nice.

Out of curiosity: is there anyone else who uses the PPA (or similarly,
people who use whatever Racket version is included with the
distribution) just because of its ability to update itself when there
is a new version?

If there are other people who want just that, then I can probably
extend the installer so that it will also install a script that will
retrieve a new version and replace the installation directory with it.
This can be as easy as remembering the answers to the questions that
the installer ask in some file like ~/.racket/insaller-answers -- so
after you install it once, running a newer installer will use the
previous answers automatically.

(My impression was that people just want the OS package because they
don't want anything outside of the package system, I didn't think
about the auto-upgrade as a factor.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!



Posted on the users mailing list.