Package names

Dear lazy web,

I’m working on a presentation on getting started with Qt. For it, I need package names for Qt for different distros. E.g. (k)ubuntu: qt-sdk, debian: qtcreator. What package installs QtCreator + Qt and needed tools for your distro? Please comment!
Thank you!

14 thoughts on “Package names”

  1. >The newest versions are available with the original Qt SDK installer from Nokia

  2. >I like the way, Gentoo names the Qt packages:

    dev-util/qt-creator
    x11-libs/qt-assistant
    x11-libs/qt-core
    x11-libs/qt-dbus
    x11-libs/qt-demo
    x11-libs/qt-gui
    x11-libs/qt-multimedia
    x11-libs/qt-opengl
    x11-libs/qt-phonon
    x11-libs/qt-qt3support
    x11-libs/qt-script
    x11-libs/qt-sql
    x11-libs/qt-svg
    x11-libs/qt-test
    x11-libs/qt-webkit
    x11-libs/qt-xmlpatterns

  3. >Mandriva package: qt-creator
    CLI install: urpmi qt-creator

  4. >In Mandriva it's the package qt-creator. There's also qt-creator-doc.

    Installing qt-creator pulls Qt4 by dependencies, but all qt4 packages are named qt4-*

    You could install it from RPMdrake (GUI) or from the terminal with "urpmi qt-creator" :)

  5. >Oh, and by the way, in Debian, the package it's called "qtcreator", and there's also "qtcreator-doc".
    Again, installing it pulls the needed Qt4 packages, which are named "libqt4-*".

    You could install it with a GUI like Synaptic or from the terminal with "aptitude install qtcreator".

Comments are closed.