I've noticed that the "About KDE" box on my machine reports version 4.4.2 while kde-config --version reports 3.5.10
[img width=400 height=274]http://i53.tinypic.com/686gk8.png[/img]
Im running Kubuntu 10.04.1 LTS with all updates on AMD64
All of my kdelibs-* and kdebase-* packages are version 4:4.4.2-0Ubuntu* except kdelibs-data and kdelibs4c2a which are version 4:3.5.10.dfsg.1-3ubuntu2.10.04.1 so i presume this is where kde-config is getting its version number from.
is something wrong with my system or is it normal for these 2 libs to show a different version number? Im using these repositories: main,universe,restricted,multiverse,medibuntu,goog lechrome,wine,nvidia
[img width=400 height=274]http://i53.tinypic.com/686gk8.png[/img]
Im running Kubuntu 10.04.1 LTS with all updates on AMD64
All of my kdelibs-* and kdebase-* packages are version 4:4.4.2-0Ubuntu* except kdelibs-data and kdelibs4c2a which are version 4:3.5.10.dfsg.1-3ubuntu2.10.04.1 so i presume this is where kde-config is getting its version number from.
Code:
jayse@mercury:~$ dpkg -l | grep kdelibs ii kdelibs-bin 4:4.4.2-0ubuntu4 ii kdelibs-data 4:3.5.10.dfsg.1-3ubuntu2.10.04.1 ii kdelibs4c2a 4:3.5.10.dfsg.1-3ubuntu2.10.04.1 ii kdelibs5 4:4.4.2-0ubuntu4 ii kdelibs5-data 4:4.4.2-0ubuntu4 jayse@mercury:~$
Code:
jayse@mercury:~$ sudo apt-get install kdelibs-data Reading package lists... Done Building dependency tree Reading state information... Done kdelibs-data is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Code:
jayse@mercury:~$ sudo apt-get install kdelibs4c2a Reading package lists... Done Building dependency tree Reading state information... Done kdelibs4c2a is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. jayse@mercury:~$
Comment