Find the answer to your Linux question:
Results 1 to 3 of 3
Hello. I'm currently running Debian Sarge. I ran apt-get install gnome to install gnome and all of its dependencies, but when I run exec gnome I am unable to get ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    20

    gnome installation

    Hello.

    I'm currently running Debian Sarge. I ran apt-get install gnome to install gnome and all of its dependencies, but when I run exec gnome I am unable to get the program to launch, for bash cannot locate it. It seems like the installation went fine because there are other gnome packages in the /usr/bin directory, thus I cannot figure out why bash is having a hard time locating the file. Forgive my ignorance, but when packages are installed, aren't they by default loaded into /usr/bin?

    Anybody's help would surely be appreciated.

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try
    Code:
    startx gnome
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Banned
    Join Date
    Nov 2004
    Location
    Belgium
    Posts
    1,121
    Quote Originally Posted by agntsgotnosecret
    Hello.

    I ran apt-get install gnome to install gnome and all of its dependencies,
    Sarge doesn't install an X server by default (and neither gdm) .
    run:
    apt-get install x-window-system gdm gnome
    ...for GNOME and all its dependencies.

Posting Permissions

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