Find the answer to your Linux question:
Results 1 to 10 of 10
I have installed 3.1r4 with Gnome and am trying to uninstall Gnome so I can try out KDE. When I run apt-get remove gnome, I get a message asking me ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11

    apt-get remove does not uninstall package

    I have installed 3.1r4 with Gnome and am trying to uninstall Gnome so I can try out KDE. When I run apt-get remove gnome, I get a message asking me to confirm uninstall. I answer yes, the system pretends to uninstall it and then it continues to run like nothing every happened. If I run apt-get remove gnome again I get a message stating "Package gnome is not installed, so not removed". Yet as I said, it continues to run.

    2 questions.....1) How can I uninstall the package? 2) Is there a way to switch between the two interfaces if both are installed?

    Thanks

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by smartin35
    1) How can I uninstall the package?
    Uninstalling the Gnome package won't do much, as its only purpose is to install other packages that contains the Gnome Desktop environment. Take a look at :
    Code:
    apt-cache show gnome
    and you'll see that the Gnome package is about 44k in size.

    Quote Originally Posted by smartin35
    2) Is there a way to switch between the two interfaces if both are installed?
    Yes of course. There is absolutely no need to uninstall Gnome. You can have as many desktop environments installed at the same time as you wish.

    They will all appear in your login manager (where you enter username and password before login into Gnome).
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11
    Ok....I get what you're saying I think. In order to get rid of the gui I would have to remove all of the modules associated with it, not just the gnome package itself.

    I used the apt-cache command as you suggested and that was helpful.

    Now then...I did an apt-get install kde.....and at the login there is not choice of interface. Is there something else I need to install or configure to have the choice of interfaces? I still come up in gnome by default.

  4. #4
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11
    I should add that I can start kde from a terminal window.

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    In your login manager, you should have a menu called "session" : there you can choose KDE instead of GNOME.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11
    When you say login manager I am assuming this is screen after booting where you first enter in a user ID and password. If that is correct, there are no menus or options to choose from, only a space for ID and password.

    Sorry....obviously I am just starting out here so I am not quite up to par with the lingo yet. I do appreciate the help.

  7. #7
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Well, doesn't your login screen looks like that ?

    You should have a button called "session" or "options".
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  8. #8
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11
    Afraid not. I would send you a screen shot, but I am not sure how to get one and then paste it into something since I am not logged it.

    There is a grey box in the middle of the screen and it has the following wording:

    Debian GNU/Linux (machine name)

    Login:

    Password:

    That's it, nothing else.

  9. #9
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Does it look like http://www.ellak.gr/pub/OpenGuides/D...chap07/xdm.png
    try logging in and instaling either kdm or gdm (your choice) and removing xdm.
    Code:
    apt-get remove xdm
    apt-get install kdm
    Brilliant Mediocrity - Making Failure Look Good

  10. #10
    Just Joined!
    Join Date
    Jan 2007
    Posts
    11
    Yes! That's it exactly. I have it working now. I figured I had missed something, I just wasn't sure what to ask for. Thanks to both antidrugue and Virgil83 for all your help.

Posting Permissions

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