Page 1 of 1

[SOLVED] KDE Development 64-bit meta package

PostPosted: Aug 11th, '15, 05:06
by hankivy
There is a meta package, task-kde4-devel, for KDE Development. It looks like it only supports 32-bit.
As a meta package, it does not list files. How would you recommend that I install the 64-bit version?

Re: KDE Development 64-bit meta package

PostPosted: Aug 11th, '15, 11:00
by jkerr82508
If you are running a 64 bit system, it will cause 64 bit packages to be installed. You can confirm this:
Code: Select all
urpmi --test  task-kde4-devel

Jim

Re: KDE Development 64-bit meta package

PostPosted: Aug 11th, '15, 20:35
by doktor5000
Why do you think it only supports 32bit? It's a noarch package, which means not dependant on architecture, which in turn usually implies it does not contain any binaries.
noarch packages are a little bit special, as they look like they are contained in i586 and x86_64 repos, or are sometimes installed from i586 repo on x86_64 system,
but they are hardlinked in the repos - it does not matter from which repo it is installed, it's the same package for both.
Code: Select all
┌─[doktor5000@Mageia5]─[20:30:48]─[~]
└──╼ urpmq --sources task-kde4-devel
ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/x86_64/media/core/release/task-kde4-devel-4.14.3-2.mga5.noarch.rpm
ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/5/i586/media/core/release/task-kde4-devel-4.14.3-2.mga5.noarch.rpm


And yes it does not list any files because it's an empty package, it only consists of requires. They can be queried like all packages:
Code: Select all
┌─[doktor5000@Mageia5]─[20:30:41]─[~]
└──╼ urpmq --requires task-kde4-devel
--requires behaviour changed, use --requires-recursive to get the old behaviour
kde-dev-scripts
kde4-config-file
kdebase4-devel[>= 1:4.14.3]
kdebase4-workspace-devel[>= 2:4.11.14]
kdelibs4-devel[>= 2:4.14.3]
kdepimlibs4-devel[>= 2:4.14.3]
task-c++-devel
task-kde4

KDE Development 64-bit meta package

PostPosted: Aug 11th, '15, 21:06
by hankivy
The issues I had are resolved.

Thank you. As always, your post is very informative, on-topic, and professional.

Re: KDE Development 64-bit meta package

PostPosted: Aug 11th, '15, 21:19
by doktor5000
You're welcome :)
Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks