Differences between revisions 3 and 4
Revision 3 as of 2017-04-28 18:32:27
Size: 873
Editor: mrennekamp
Comment:
Revision 4 as of 2022-04-05 02:17:47
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#REDIRECT SageAppliance
= 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.