LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to upgrade to Gnome 2.6.1 in Debian (https://www.linuxquestions.org/questions/linux-software-2/how-to-upgrade-to-gnome-2-6-1-in-debian-184387/)

rnmartinez 05-22-2004 02:32 AM

How to upgrade to Gnome 2.6.1 in Debian
 
I want to install gnome 2.6.1 . I am running Debian unstable on kernel 2.6.5

I tried using the experimental repositories and it said that I already had the newest gnome (its 2.4.x)

I am a newbie to this so sorry if I am not clear, or if I haven't provided enough information about my setup. Thanks

mritch 05-22-2004 03:33 AM

type dselect and update your system to get the newest package-list from a mirror near you. you my first look by ftp if there is the new gnome allready there. I think i've heard it should be uploaded a few days ago.
since you'll need a few other packages with up to date versions you will have to download additional packages - but apt should take care of that. packages you don't want to be updated switch to "hold".
hope that helped a bit
sl mritch.

comp12345 05-22-2004 01:12 PM

Check your sources.list to see if you have a repository that has experimental packages. You can follow this FAQ if you are having any trouble.

http://wiki.debian.net/index.cgi?GnomeTwoDotSixFAQ

rnmartinez 05-23-2004 10:13 PM

I tried that and it didn't seem to work, said my gnome was up to date. Any other ideas? If not its fine I can wait gnome 2.4 works fine

comp12345 05-24-2004 01:04 AM

Did you follow all the steps?[list=1][*]Run apt-setup and edit your source list and add the following entries
Code:

deb ftp://ftp.debian.org/debian ../project/experimental main
deb http://pkg-gnome.alioth.debian.org/debian experimental main
deb-src http://pkg-gnome.alioth.debian.org/debian experimental main

[*]At the command prompt, run

Code:

apt-get update
apt-get -t experimental install gnome-desktop-environment

[/list=1]


All times are GMT -5. The time now is 06:17 AM.