Find the answer to your Linux question:
Results 1 to 8 of 8
When installing Gnome on Debian Sarge 3.1r1 I believe the following sequence of commands need to be used. apt-get update apt-get install x-window-system gnome-core Is this right? Any help would ...
  1. #1
    Linux Newbie chadders's Avatar
    Join Date
    Jan 2007
    Location
    Earth.
    Posts
    102

    Gnome with Debian Sarge 3.1r1

    When installing Gnome on Debian Sarge 3.1r1 I believe the following sequence of commands need to be used.

    apt-get update
    apt-get install x-window-system gnome-core

    Is this right? Any help would be appreciated .
    That's my two pence worth.

    Chadders.

    Use my themes... click here.

    New to Linux Forums, or Linux in general? Start here.
    Get Debian (Etch) here.
    Registered Linux user #442544.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    that should be correct
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined!
    Join Date
    Feb 2007
    Posts
    5
    Whenever I try the following commands:

    apt-get install x-windows-system gnome-core

    I get the following error:

    Couldn't find package x-window-system

    What do I need to do?

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Remove the s. It is x-window-system
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined!
    Join Date
    Feb 2007
    Posts
    5
    Sorry about that. Now I get the following error:

    Package gnome-core is not available, but is referred to by another package.
    Package gnome-core has no installation candidate.

    Just to level-set everyone, I'm running only base Sarge installation.

    Any sites/advice you can recommend to walk me through this installation process? As you can tell, I'm new to Linux.

    Thanks in advance.

  6. #6
    Linux Engineer d38dm8nw81k1ng's Avatar
    Join Date
    Mar 2005
    Location
    Newcastle
    Posts
    793
    it should list the packages that refer to it. try:
    Code:
    apt-cache search gnome
    and see if there is a base package for gnome listed there
    Here's why Linux is easier than Windows:
    Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
    Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    can you post your
    Code:
     /etc/apt/sources.list
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just Joined!
    Join Date
    Feb 2007
    Posts
    5
    This issue has been resolved. It was related to a botched install on my part.

    Thanks to everyone who chimed in.

    S

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •