|
|
(64 intermediate revisions by 21 users not shown) |
Line 1: |
Line 1: |
| You can obtain binary packages of KDE Frameworks 5 and Qt 5.2 in many distributions. This page aims to list the available binary packages.
| | #REDIRECT [[Get_KDE_Software_on_Your_Linux_Distro]] |
| | | [https://community.kde.org/Get_KDE_Software_on_Your_Linux_Distro Get KDE Software on Your Linux Distro] |
| === Ubuntu ===
| |
| | |
| On Kubuntu, [http://techbase.kde.org/Getting_Started/Using_Project_Neon_to_contribute_to_KDE Project Neon] is available as PPAs which offers regularly updated development snapshots of KDE Frameworks. Packages will be installed to /opt/project-neon5 and will not contaminate your normal environment.
| |
| | |
| <syntaxhighlight lang="bash">
| |
| sudo apt-add-repository ppa:neon/kf5-snapshot-weekly
| |
| sudo apt-get update
| |
| sudo apt-get install project-neon5-session project-neon5-utils \
| |
| project-neon5-konsole
| |
| </syntaxhighlight>
| |
| | |
| You can replace kf5-snapshot-weekly with kf5-snapshot-daily if you would more bleeding edge packages.
| |
| | |
| Qt 5.2 is available in Ubuntu Trusty's repositories, as well as in the [https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-daily qt5-daily] ppa.
| |
| | |
| === openSUSE ===
| |
| | |
| On openSUSE, there are repositories with snapshots of KDE Frameworks 5 and Qt 5.2.
| |
| | |
| ==== Version: 12.3 ====
| |
| | |
| * [http://download.opensuse.org/repositories/KDE:/Qt52/openSUSE_12.3/ Qt 5.2]
| |
| * [http://download.opensuse.org/repositories/KDE:/Unstable:/Frameworks/openSUSE_12.3/ KDE Frameworks 5]
| |
| | |
| ==== Version 13.1 ====
| |
| | |
| * [http://download.opensuse.org/repositories/KDE:/Qt52/openSUSE_13.1/ Qt 5.2]
| |
| * [http://download.opensuse.org/repositories/KDE:/Unstable:/Frameworks/openSUSE_13.1/ KDE Frameworks 5]
| |
| | |
| ==== Version Factory ====
| |
| | |
| * [http://download.opensuse.org/repositories/KDE:/Qt52/openSUSE_Factory/ Qt 5.2]
| |
| * [http://download.opensuse.org/repositories/KDE:/Unstable:/Frameworks/openSUSE_Factory/ KDE Frameworks 5]
| |