Debian This forum is for the discussion of Debian Linux.
|
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
06-14-2004, 07:34 AM
|
#1
|
LQ Newbie
Registered: Aug 2003
Location: Pittsburgh PA
Posts: 27
Rep:
|
Upgrading kde 2.2 to 3.x in debian 3.0r2
I just happened to installed to install debian 3.0r2 finally ! :-)
It has kde 2.2 with it which I would like to upgrade to 3.x. Can anyone guide me steps to it. I know it is through apt-get but I am not able to get it.
Sincerely,
Anmol Misra
|
|
|
06-14-2004, 08:48 AM
|
#2
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
Here are the steps;
edit /etc/apt/sources.list and add the following line;
deb http://download.kde.org/stable/3.1.4/Debian stable main
do apt-get update && apt-get install arts kdelibs kdebase kdegraphics kdeadmin
when these have been installed;
do apt-get install kdemultimedia kdepim kdenetwork (and any other apps you fancy)
|
|
|
06-14-2004, 09:56 AM
|
#3
|
LQ Newbie
Registered: Aug 2003
Location: Pittsburgh PA
Posts: 27
Original Poster
Rep:
|
Errors that I get
Sorry, but the following packages have unmet dependencies:
arts: Depends: libartsc0 (>= 1.1.4-0woody1) but it is not going to be installe
d
Depends: libarts1 (>= 1.1.4-0woody1) but it is not going to be installed
kdebase: Depends: kappfinder (>= 4:3.1.4-0woody1) but it is not going to be in
stalled
Depends: kate (>= 4:3.1.4-0woody1) but it is not going to be installe
d
Depends: kcontrol (>= 4:3.1.4-0woody1) but it is not going to be inst
alled
Depends: kdebase-bin (>= 4:3.1.4-0woody1) but it is not going to be i
nstalled
Depends: kdebase-kio-plugins (>= 4:3.1.4-0woody1) but it is not going
to be installed
Depends: kdeprint (>= 4:3.1.4-0woody1) but it is not going to be inst
alled
Depends: kdesktop (>= 4:3.1.4-0woody1) but it is not going to be inst
alled
Depends: kfind (>= 4:3.1.4-0woody1) but it is not going to be install
ed
Depends: khelpcenter (>= 4:3.1.4-0woody1) but it is not going to be i
nstalled
Depends: kicker (>= 4:3.1.4-0woody1) but it is not going to be instal
led
Depends: klipper (>= 4:3.1.4-0woody1) but it is not going to be insta
lled
Depends: kmenuedit (>= 4:3.1.4-0woody1) but it is not going to be ins
talled
Depends: konqueror-nsplugins (>= 4:3.1.4-0woody1) but it is not going
to be installed
Depends: konqueror (>= 4:3.1.4-0woody1) but it is not going to be ins
talled
Depends: konsole (>= 4:3.1.4-0woody1) but it is not going to be insta
lled
Depends: kpager (>= 4:3.1.4-0woody1) but it is not going to be instal
led
Depends: kpersonalizer (>= 4:3.1.4-0woody1) but it is not going to be
installed
Depends: ksmserver (>= 4:3.1.4-0woody1) but it is not going to be ins
talled
Depends: ksplash (>= 4:3.1.4-0woody1) but it is not going to be insta
lled
Depends: ksysguard (>= 4:3.1.4-0woody1) but it is not going to be ins
talled
Depends: ktip (>= 4:3.1.4-0woody1) but it is not going to be installe
d
Depends: kwin (>= 4:3.1.4-0woody1) but it is not going to be installe
d
Depends: libkonq4 (>= 4:3.1.4-0woody1) but it is not going to be inst
alled
kdelibs: Depends: kdelibs4 (>= 4:3.1.4-0woody1) but it is not going to be inst
alled
Depends: kdelibs-bin (>= 4:3.1.4-0woody1)
E: Sorry, broken packages
Anmol:/etc/apt#
Also it says kdegraphics not found. when i type that line in sources.list
Sincerely,
Anmol Misra
|
|
|
06-14-2004, 10:46 AM
|
#4
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
Did you follow this exactly as above? I have done this numerous times and not had a problem.
|
|
|
06-14-2004, 10:53 AM
|
#5
|
LQ Newbie
Registered: Aug 2003
Location: Pittsburgh PA
Posts: 27
Original Poster
Rep:
|
yes I did exactly that and got those errors. Wondering if myversion of debian is different? or something?
Sincerely,
Anmol Misra
|
|
|
06-14-2004, 11:10 AM
|
#6
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
Double check that line in /etc/apt/sources.list
then repeat using;
apt-get update
apt-get install arts kdelibs kdebase kdegraphics kdeadmin
I have just checked the packages file and kdegraphics is definitely there.
|
|
|
All times are GMT -5. The time now is 04:13 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|