Differences between revisions 1 and 2
Revision 1 as of 2009-10-05 19:20:12
Size: 807
Editor: was
Comment:
Revision 2 as of 2009-10-05 23:19:27
Size: 848
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
apt-get autoremove gimp gnome* openoffice* xsane pidgin transmission* evolution* brasero fluxbox gimp* gstreamer*
apt-get autoremve
apt-get install m4 make gcc g++ gnome-core gdm xorg
apt-get autoremove gimp gnome* openoffice* xsane pidgin transmission* evolution* brasero fluxbox gimp*
apt-get autoremove
apt-get install m4 make gcc g++ gnome-core gdm xorg gnome-network-admin
Line 27: Line 27:
The above gets us down to 1.7GB The above gets us down to 1.7GB.

Then I install Sage, etc.

sage-vbox

This page is about creating the Sage-vbox "official" VirtualBox appliance distribution of Sage.

Install

We start with a standard Ubuntu desktop install:

  • two virtual drives, one that is 1GB for swap and the other that is 64GB expanding for files.
  • one user named "Sage User" with login/password both "sage"

Packages

Change the mirror in /etc/apt/sources.list to mirrors.xmission.com everywhere, which is much, much faster.

Do this:

apt-get update 
apt-get autoremove gimp gnome* openoffice* xsane pidgin transmission* evolution* brasero fluxbox gimp*
apt-get autoremove
apt-get install m4 make gcc g++ gnome-core gdm xorg gnome-network-admin
dpkg-reconfigure xserver-xorg
/etc/init.d/gdm start

The above gets us down to 1.7GB.

Then I install Sage, etc.