Plasma/Packages: Difference between revisions

From KDE Community Wiki
No edit summary
 
(85 intermediate revisions by 27 users not shown)
Line 1: Line 1:
=== AOSC ===
#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]
* AOSC OS2 KF5+Plasma Next Spin: http://mirror.anthonos.org/os2-releases/aosc-os2-spins/kde5-plasma-preview/aosc-kf5_preview.iso
 
=== Exherbo Linux ===
 
We currently provide Plasma 5 packages in the [http://git.exherbo.org/summer/repositories/kde/index.html kde repository]. They can easily be installed with the help of the plasma set:
<syntaxhighlight lang="bash">
# cave resolve plasma*
</syntaxhighlight>
 
=== Gentoo Linux ===
 
Plasma 5 packages are currently in the [http://wiki.gentoo.org/wiki/KDE/Overlay KDE overlay]. For more information please visit [http://wiki.gentoo.org/wiki/Project:KDE/Frameworks the Gentoo wiki]
 
=== Kubuntu ===
'''Kubuntu 14.04 LTS'''
 
Packages) For 14.04, 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">
sudo apt-add-repository ppa:neon/kf5
sudo apt update
sudo apt install project-neon5-session project-neon5-utils project-neon5-konsole
</syntaxhighlight>
 
Live Image) The [http://files.kde.org/snapshots/ Neon 5 Live image], updated every Friday with latest source from Git to run a full system from a USB disk.  Based on Kubuntu 14.04.
 
'''Kubuntu Utopic'''
 
Packages) For Utopic (will be 14.10) 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">
sudo apt-add-repository ppa:kubuntu-ppa/next
sudo apt update
sudo apt install kubuntu-plasma5-desktop
sudo apt full-upgrade
</syntaxhighlight>
 
Live Images) [http://cdimage.ubuntu.com/kubuntu-plasma5/ Kubuntu Plasma 5] images are a development build of what will become the default desktop for Kubuntu from next year.
 
=== KaOS ===
* KaOS, for a test/live ISO, [https://sourceforge.net/projects/kaosx/files/test-iso/ select kf5 version]
* Packages are provided in the kde-next repository, use this thread [http://kaosx.us/phpBB3/viewtopic.php?f=18&t=413#p1989 for further instructions]
 
=== openSUSE ===
Packages are provided in KDE:Frameworks5 and KDE:Qt5 repositories, for openSUSE 13.1:
<syntaxhighlight lang="bash">
zypper ar -f http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.1/ Qt5
zypper ar -f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.1/ KF5
</syntaxhighlight>
and openSUSE Factory:
<syntaxhighlight lang="bash">
zypper ar -f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Factory/ KF5
</syntaxhighlight>
 
For more details see [https://en.opensuse.org/SDB:KDE_repositories#KDE_Frameworks_5_.26_Plasma_5 this page].
 
=== Source ===
* Source: [http://download.kde.org/stable/plasma/ download.kde.org]

Latest revision as of 15:47, 10 December 2018