Differences between revisions 31 and 32
Revision 31 as of 2004-03-15 15:52:16
Size: 1193
Editor: anonymous
Comment:
Revision 32 as of 2004-03-15 18:12:44
Size: 1194
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

-# apt-get install gnome-desktop-environment
{{{
 # apt-get install gnome-desktop-environment
}}}
Line 9: Line 10:

-# apt-get install gnome
{{{
 # apt-get install gnome
}}}
Line 27: Line 29:

-# apt-get install gnome-core gnome-panel gnome-control-center sawfish-gnome
{{{
 # apt-get install gnome-core gnome-panel gnome-control-center sawfish-gnome
}}}
Line 32: Line 35:
See also : http://www.wikipedia.org/wiki/Gnobian See also : WikiPedia:Gnobian

Installing Gnome

UNDER SID:

The current metapackage for installing a good set of Gnome tools in [http://www.debian.org/releases/unstable sid] is gnome-desktop-environment. So, from the command line, run

 # apt-get install gnome-desktop-environment

You can also do

 # apt-get install gnome

but this will install additional software (gnome-office, evolution) that you may not want.

UNDER SARGE:

As of the mirror pulse on the evening of 24 January 2004, the Gnome metapackages are fully up-to-date in [http://www.debian.org/releases/testing sarge], so you should be able to follow the directions above for sid.

In order to get the metapackages installable on all architectures, we need:

  • mips version of epiphany-browser
  • mipsel version of epiphany-browser
  • m68k version of planner (requires newer postgresql)

- Jordi Mallach, Colin Watson

UNDER WOODY:

In [http://www.debian.org/releases/stable woody] no ["metapackage"] exists. Instead, run

 # apt-get install gnome-core gnome-panel gnome-control-center sawfish-gnome

(12jan2004) M. Kirchhoff

See also : Gnobian