Plasma/Packages: Difference between revisions

From KDE Community Wiki
No edit summary
(Add Live Images)
Line 6: Line 6:
# pacman -S plasma-next
# pacman -S plasma-next
</syntaxhighlight>
</syntaxhighlight>
=== AOSC ===
* AOSC OS2 KF5+Plasma Next Spin: http://mirror.anthonos.org/os2-releases/aosc-os2-spins/kde5-plasma-preview/aosc-kf5_preview.iso


=== Kubuntu ===
=== Kubuntu ===


On Kubuntu, [http://techbase.kde.org/Getting_Started/Using_Project_Neon_to_contribute_to_KDE Project Neon] is available as PPAs which offers frequently updated development snapshots of KDE Frameworks. Packages will be installed to /opt/project-neon5 and will not contaminate your normal environment.
On Kubuntu, [http://techbase.kde.org/Getting_Started/Using_Project_Neon_to_contribute_to_KDE Project Neon] is available as PPAs which offers frequently updated development snapshots of KDE Frameworks. Packages will be installed to /opt/project-neon5 and will co-install with your normal environment.


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 17: Line 21:
</syntaxhighlight>
</syntaxhighlight>


Releases of KDE Frameworks 5 and Plasma 5 are being packaged in the [https://launchpad.net/~kubuntu-ppa/+archive/next/+packages next PPA].
Releases of KDE Frameworks 5 and Plasma 5 are being packaged in the [https://launchpad.net/~kubuntu-ppa/+archive/next/+packages next PPA].  These will replace your Plasma 4 install.


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 25: Line 29:
sudo apt-get install kubuntu-plasma5-desktop
sudo apt-get install kubuntu-plasma5-desktop
</syntaxhighlight>
</syntaxhighlight>
Neon 5 Live image, updated every Friday [[http://files.kde.org/snapshots/]]
=== KaOS ===
* KaOS, for a test/live ISO, [https://sourceforge.net/projects/kaosx/files/test-iso/ select kf5 version]


=== openSUSE ===
=== openSUSE ===
Line 41: Line 50:
=== Source ===
=== Source ===
* Source: [http://download.kde.org/stable/plasma/ download.kde.org]
* Source: [http://download.kde.org/stable/plasma/ download.kde.org]
=== Live Images ===
* There are also distributions that provides Live Images for trying Plasma 5, as listed [http://community.kde.org/Plasma/Next/LiveImages here].

Revision as of 18:28, 14 July 2014

Arch Linux

Arch Linux provides packages in the KDE-unstable repository

# pacman -S plasma-next

AOSC

Kubuntu

On Kubuntu, Project Neon is available as PPAs which offers frequently updated development snapshots of KDE Frameworks. Packages will be installed to /opt/project-neon5 and will co-install with your normal environment.

sudo apt-add-repository ppa:neon/kf5
sudo apt-get update
sudo apt-get install project-neon5-session project-neon5-utils project-neon5-konsole

Releases of KDE Frameworks 5 and Plasma 5 are being packaged in the next PPA. These will replace your Plasma 4 install.

sudo apt-add-repository ppa:kubuntu-ppa/next
sudo apt-add-repository ppa:ci-train-ppa-service/landing-005
sudo apt-get update
sudo apt-get install kubuntu-plasma5-desktop

Neon 5 Live image, updated every Friday [[1]]

KaOS

openSUSE

Packages are provided in KDE:Frameworks5 and KDE:Qt5 repositories, for openSUSE 13.1:

zypper ar http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.1/ Qt5
zypper ar http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.1/ KF5

and openSUSE Factory:

zypper ar http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Factory/ KF5

For more details see this page.

Source