You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, March 17th 2005, 7:41pm

Problem updating to 3.4

In stead of copying everything from LQ, where I got no real responce, I'm just gonna link to the thread. Can anyone help me out?
http://www.linuxquestions.org/questions/…threadid=302797
www.LinuxP2P.com - The Linux P2P Portal

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

2

Thursday, March 17th 2005, 7:55pm

RE: Problem updating to 3.4

Quoted

Originally posted by DaBlade
In stead of copying everything from LQ, where I got no real responce

You have posted that question only five hours ago. These forums are not real-time help desks, but community forums --- it takes time to get an answer ;)

Quoted

[root@DaBlade kde]# rpm -Uvh arts-1.4.0-0.fc3.0.i386.rpm
error: Failed dependencies:
arts = 8:1.3.1-1 is needed by (installed) arts-devel-1.3.1-1.i386

Try uninstalling that arts-devel package --- you probably don't need it. Another solution is to install new arts-devel along with arts package.

3

Thursday, March 17th 2005, 8:03pm

It seems to depend on kde-libs devel. :(
[dablade@DaBlade ~]$ su
Password:
[root@DaBlade dablade]# rpm -e arts-devel
error: Failed dependencies:
arts-devel is needed by (installed) kdelibs-devel-3.3.1-2.6.FC3.i386
[root@DaBlade dablade]#
www.LinuxP2P.com - The Linux P2P Portal

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

4

Thursday, March 17th 2005, 8:11pm

Unless you want to compile programs for KDE, you can safely uninstall this package. You can also download and install its new version.

Did you try:

Source code

1
rpm -Uvh *
?

5

Thursday, March 17th 2005, 8:29pm

rpm -Uvh * would not work because arts, kdelibs and kdebase need to be installed before the others.
www.LinuxP2P.com - The Linux P2P Portal