Table of Contents

Scratch Installation Package

An installation package for Scratch on Debian/Ubuntu Linux is now available!

Description

The installation package will install Scratch, and create an icon on the student user's Desktop.

Installation Instructions

Scratch 1.3 Installer

I will put up better instructions later (11/11/2008)

Scratch 1.2

Note This section shows how to install Scratch 1.2. If you have difficulties with Scratch 1.2, see the Scratch 1.1 section below.

md5sum Scratch1.2.tgz | grep -v 38ea82b4b2b2139b49b5afccd3a84f2d

You should not get any output from this command. (No news is good news) If there's any output from the command, you should not install this file. 8-O

tar -xvf Scratch1.2.tgz 
./scratch_install.pl

Scratch 1.1

tar -xvf scratch_installer.tar.tgz
./scratch_install.pl

Customizing

To install Scratch to a different directory than the $HOME directory use this command:

./scratch_install.pl --install-dir /some/path/that/you/want

However, read the Gory Details section below before installing to a different directory.

Uninstalling Scratch

You can use scratch_installer.pl to uninstall Scratch if you made a boo-boo.

./scratch_install.pl --uninstall

If you installed Scratch to a different directory than the default, then run

./scratch_install.pl --uninstall --install-dir /the/custom/directory/you/installed/to

Gory Details

The package contains a custom Perl “installer” script as well as a tarball which was downloaded separately from a generous person at http://www.tcpdpodcast.org/scratch.html

Deb Package

I decided to abort the idea of creating a .deb package. Here are a few of the reasons:

Download

Scratch 1.? installer for Linux:

See Also