Find the answer to your Linux question:
Results 1 to 10 of 10
Hi - I am trying to upgrade to the latest stable release of xfce and in the process have run into some troubles. Particularly, I am required to upgrade several ...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Posts
    18

    removing old programs

    Hi -

    I am trying to upgrade to the latest stable release of xfce and in the process have run into some troubles. Particularly, I am required to upgrade several packages, such as GTK+, which in turn require other upgraded packages, including glib. I have successfully installed glib 2.8.1 on my machine, but when I try to install the next dependent package, it finds the old version of glib (and requires the new version). I have tried looking for the old version using aptitude but can't find any package named glib. Am I missing something?

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Try:
    Code:
    apt-get upgrade package
    Which should take care of the process for you.

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Posts
    18
    I'm not sure what running this does, but I tried it and it didn't look like anything had changed. When I try to run the configuration script I am told to remove my old version of Glib, which I can't find anywhere.

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    I was under the impression that you were installing XFCE via apt, but you mentioned a configuration script? So you're trying to compile XFCE from source then?

  5. #5
    Just Joined!
    Join Date
    Jul 2005
    Posts
    18
    Yes. I am trying to upgrade to the latest version of xfce, which I believe is 4.2.2 and aptitude offers 4.0.5. So in the process I have had to upgrade gtk, glib, atk and pango. when I run the configure script for atk is where I am getting the error. I get some error telling me that pkg-config has detected glib 2.8.1 but 2.6.8 is found. I have successfully installed 2.8.1 but I can't seem to do anything with it until I remove 2.6.8, and I can't figure out how to do that. Using aptitude isn't helping; I don't see any package called 'glib' just by itself like that.

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    I would use http://www.os-works.com/view/debian/ if you want a newer version
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined!
    Join Date
    Jul 2005
    Posts
    18
    What exactly would I be doing with this URL? I'm sorry, but I'm still a bit of a newbie who is willing to get his hands dirty provided there is plenty of soap and water afterwards.

    Following the link gives me some instructions on updating my apt/sources file, is that what I want to do?

    The instructions say something about the testing version of Sarge and I am using the stable version, will that make a difference?

    And (the big question) will doing this allow me the option to upgrade to the latest release of xfce, the ultimate goal of all this? Thanks so much for all the help.

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    yes, you want to add a third party server to your /etc/sources.list. If you are using stable just change there examples (replace testing with stable). Just do what they say under Installation) and you should be fine.

    yes, you will end up with the newest release of xfce.
    here is a references that may help if you are confused
    http://www.debian.org/doc/manuals/ap.../index.en.html
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Just Joined!
    Join Date
    Jul 2005
    Posts
    18
    MUCH NICER! Thanks so much for the help.

  10. #10
    Just Joined!
    Join Date
    Jul 2005
    Location
    look out your window
    Posts
    72
    explained here: tuxxman.blogspot.com, in the wm change section for clarity

Posting Permissions

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