[SOLVED] Debian Lenny : how to install xfce 4.6 instead of lenny's 4.4
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Debian Lenny : how to install xfce 4.6 instead of lenny's 4.4
Hello, LQ.
I've got this problem ones may already heard of.
Installed debian lenny, i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but...
My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again (it's crazy, don't you think?).
I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.
Advice? how to do that safe?
i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated). is it the only way?
Last edited by cloacms; 12-14-2009 at 12:37 PM.
Click here to see the post LQ members have rated as the most helpful post in this thread.
it won't work. i tried to remove xfce4 package and install this, but no luck ( http://codepad.org/n202O9y2 ), or directly install .deb i fetched, but still no luck(it still won't install xfce4 with apt-get -f install )
i upgraded it partially and it still seem to work but the version is same, bug is present... what would i do?
any idea how to get that fixed?
even tried removing main mirrors, leaving only backports... nothing helped.
i really begin to believe this system is trying to tell me it is smarter than me.
Then,add your entries for the main Debian repositories and Backports in /etc/apt/sources.list
When you have added these post back here with the output of
deb http://ftp.psn.ru/debian/ lenny contrib main
deb http://ftp.ru.debian.org/debian/ lenny contrib main
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb http://www.lamaresh.net/apt lenny main
deb http://www.backports.org/debian lenny-backports main
2 worm5252: i believe it does upgrade on entire system, not the package.
So Xfce is purged successfully,yes?.
Then the next step is to work on your sources.list.
We'll borrow Craigevils' example,make yours look something like this:
Code:
#Stable
deb http://http.us.debian.org/debian/ lenny main contrib non-free
#Stable Sources
deb-src http://http.us.debian.org/debian/ lenny main contrib non-free
#Security Updates Stable
deb http://security.debian.org/ lenny/updates main contrib non-free
# Debian Volatile http://www.debian.org/volatile/
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
# Debian Stable Backports
deb http://www.backports.org/debian lenny-backports main contrib non-free
#Debian-multimedia.org apt-get install debian-multimedia-keyring
deb http://www.debian-multimedia.org lenny main
# WINE
deb http://www.lamaresh.net/apt lenny main
Obviously you can change the US entries for ones more appropriate to your location.
Post back with yours when you have modified it.
deb http://ftp.ru.debian.org/debian/ lenny main contrib
#Stable Sources
deb-src http://ftp.ru.debian.org/debian/ lenny main contrib
#Security Updates Stable
deb http://security.debian.org/ lenny/updates main contrib
# Debian Volatile http://www.debian.org/volatile/
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
# Debian Stable Backports
deb http://www.backports.org/debian lenny-backports main contrib
#Debian-multimedia.org apt-get install debian-multimedia-keyring
deb http://www.debian-multimedia.org lenny main
# WINE
deb http://www.lamaresh.net/apt lenny main
no way... tried Y also, nothing helps. http://codepad.org/k9J6oY7t
either it's too smart or too stupid. im beginning to think i will need to reinstall system entirely. or remove it and install something else which isn't so damn smart.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.