Plasma/Packages: Difference between revisions

From KDE Community Wiki
(Add Arch)
 
(108 intermediate revisions by 30 users not shown)
Line 1: Line 1:
=== Arch Linux ===
#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]
Arch Linux provides packages in the [https://wiki.archlinux.org/index.php/KDE#Official_kde-unstable KDE-unstable repository]
 
<syntaxhighlight lang="bash">
# pacman -S plasma-next
</syntaxhighlight>
 
=== 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.
 
<syntaxhighlight lang="bash">
sudo apt-add-repository ppa:neon/kf5
sudo apt-get update
sudo apt-get install project-neon5-session project-neon5-utils project-neon5-konsole
</syntaxhighlight>
 
Releases of KDE Frameworks 5 and Plasma 5 are being packaged in the [https://launchpad.net/~kubuntu-ppa/+archive/next/+packages next PPA].
 
<syntaxhighlight lang="bash">
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
</syntaxhighlight>

Latest revision as of 15:47, 10 December 2018