KDE 3.1.1 - More questions, this is getting embarrising.
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.
And if the newbie does not have apt-get installed?
And if the newbie is coming onto the forum using windows or the public library because his Linux box is so screwed up that he does not have internet access.?
Your pride in apt-get is well justified but the middle of a screwed up KDE upgrade is not the place to introduce a newbie to apt-get.
Distribution: Red Hat, openBSD,Mandrake,freeBSD,SunOS
Posts: 168
Rep:
Hello bax,
I don't know if you were replying to me or not but I installed apt-get and then I upgraded apt-get. Then I logged out and logged back on in failsafe mode. I ran apt-get upgrade kde as root from the command line and everything seemed to go fine. However, when I look at the control panel, it still gives me the old version. What gives?
And to jailbait, I totally agree with your comments as they relate to the first poster, but I think he may have been replying to me and I am not a newbie....I am just lazy :P
Distribution: Red Hat, openBSD,Mandrake,freeBSD,SunOS
Posts: 168
Rep:
Don't worry about it jailbait, I should have started my own thread. However, I tried apt-get install kde and I got an error saying that could not find package kde? What gives?
I wish people would not try and do things like this.... upgrading KDE/GNOME/Xfree/kernel is not a simple operation, we have distros for a reason, and really upgrading every 6 months is not so bad I don't think. Then you just put in the CD and hit "upgrade", and everything is sorted for you.
Bear in mind installing KDE yourself will mean you lose a lot of the distro integration.
If you insist on potentially blowing up your install, and if you can't get the RPMs going look into something called Konstruct, modelled after Garnome (for gnome).
I installed SuSE 8.0. Then over 3 or 4 months I upgraded from 8.0 to 8.1 by downloading a few related packages at a time and installing them. The worst upgrade is the interrelated security and password packages. You have to get that right the first go or your machine is dead, dead, dead!
The distro integration is complicated, like you say. I spent a lot of time messing around with .xinitrc and the KDM init files.
Is it worth it? No. I agree with mhearn that it is cheaper (if you value your time) and easier to upgrade from release to release by using your distribution's latest release.
>>However, I tried apt-get install kde and I got an error saying that could not find package kde? What gives?<<
apt-get update
apt-get upgrade
Then check if your kde-packages are upgraded:
rpm -qa | grep kde
apt-get install kdebase3 kdelibs3 kde-this kde-that
>>How about upgrading a whole distro?<<
apt-get update
apt-get upgrade
apt-get dist-upgrade
Else, backup your data and setup information then do new installation. This is faster and easier, specially if you have separate /home /etc and /boot :-)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.