Plasma/Packages: Difference between revisions

From KDE Community Wiki
 
(37 intermediate revisions by 15 users not shown)
Line 1: Line 1:
=== ALT 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]
KF5/Plasma 5 packages [http://packages.altlinux.org/en/search?query=kde5 are] [http://packages.altlinux.org/en/search?query=kf5 available] in our Sisyphus development repository as of April 2015, its users can just install any of these metapackages: <tt>kde5-mini kde5-small kde5 kde5-big kde5-maxi</tt>; an appropriate LiveCD is in alpha stage and will join the [http://en.altlinux.org/regular regular builds] when ready for that.
 
=== AOSC OS ===
 
AOSC OS provides the newest KDE Plasma/KF5 packages in its main repository (pre-configured for official releases). Users can get updates to the newest KDE Plasma and KF5 components as soon as they are made public.
 
Users can also get newest pre-configured KDE releases from [https://repo.aosc.io/aosc-os/kde/ the AOSC OS release directory].
 
=== Arch Linux ===
 
Plasma Next packages are available in the [extra] repository. To install it run:
 
<syntaxhighlight lang="bash">
# pacman -Syu
# pacman -S plasma-meta
</syntaxhighlight>
or
<syntaxhighlight lang="bash">
# pacman -Syu
# pacman -S plasma
</syntaxhighlight>
 
=== Chakra ===
 
We provide the Plasma 5 packages by default in our official repositories. Plasma 5 is also the default option on our [https://chakraos.org/?get '''ISO releases'''].
 
=== 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>
 
=== Fedora ===
 
We provide Plasma 5 packages for Fedora 20 and 21 in the [https://copr.fedoraproject.org/coprs/dvratil/plasma-5/ dvratil/plasma-5 Copr repository]. (Please note that these packages '''replace''' Plasma 4. The Plasma 4 and Plasma 5 workspaces can'''not''' be installed in parallel from our RPMs.) The required KDE Frameworks 5 packages are available in the official Fedora repositories for Fedora 20 (in updates) and 21, and will be automatically installed as dependencies of the Plasma 5 packages. (Unlike the Plasma workspaces, the libraries, i.e. KDE Frameworks 5, kdelibs 4 and kdelibs 3, can be installed in parallel.)
 
Add the Plasma 5 Copr to Yum and install the <tt>plasma-5</tt> meta-package, which will install all needed packages.
<syntaxhighlight lang="bash">
wget http://copr.fedoraproject.org/coprs/dvratil/plasma-5/repo/fedora-20/dvratil-plasma-5-fedora-20.repo
yum install plasma5
</syntaxhighlight>
 
On Fedora 21, replace <tt>fedora-20</tt> with <tt>fedora-21</tt>.
 
If you use DNF, simply install <tt>dnf-plugins-core</tt> and run
<syntaxhighlight lang="bash">
dnf copr enable dvratil/plasma-5
dnf install plasma5
</syntaxhighlight>
 
Plasma 5 will replace Plasma 4 as the system version of Plasma in Fedora 22. Until that happens, packages for Rawhide (i.e. what will become Fedora 22 and newer) are also available from the [https://copr.fedoraproject.org/coprs/dvratil/plasma-5/ dvratil/plasma-5 Copr repository].
 
For all those who want to try out Plasma 5 without affecting their existing Plasma 4 installation, we also provide an x86_64 live image with Plasma 5 based on Fedora 20: [http://pub.dvratil.cz/plasma/iso/5.1/ http://pub.dvratil.cz/plasma/iso/5.1/].
 
=== Gentoo Linux ===
 
Plasma 5 ebuilds are available in portage see [http://wiki.gentoo.org/wiki/KDE Gentoo wiki KDE article] for general information. Upgrading from Plasma 4 is explained in [https://wiki.gentoo.org/wiki/KDE/Plasma_5_upgrade Plasma 5 upgrade guide].
 
=== KaOS ===
Plasma 5 is the default option since February 2015, all installs automatically run the latest Plasma 5 release.  Regularly updated ISO images are available on the [http://kaosx.us/download/ Download Page]
 
=== Kubuntu ===
 
Kubuntu 15.10 comes with KDE Frameworks 5.15 and Plasma 5.4.2
 
Plasma 5.4.3 can be installed from the [https://bugs.launchpad.net/kubuntu-ppa/ '''Kubuntu PPA'''].
 
Live Image from Kubuntu CI is temporarily unavailable while we sort some things out...
 
Xenial (16.04) now has Plasma 5.5.3. [http://cdimage.ubuntu.com/kubuntu/daily-live/current/ for the '''latest ISOs'''].
 
=== openSUSE ===
Users of '''openSUSE ''Tumbleweed''''' get the latest KDE software shortly after its release. Just keep your system up-to-date.
 
'''openSUSE ''Leap''''' has a more conservative release cycle by default. For details how to get new KDE software early, see [https://en.opensuse.org/SDB:KDE_repositories#KDE_Frameworks_5_.26_Plasma_5 this page].
 
=== ROSA ===
 
We provide Plasma 5 packages for ROSA Desktop Fresh in the official Main repository. They can easily be installed with a single command:
<syntaxhighlight lang="bash">
# urpmi task-plasma5
</syntaxhighlight>
But please note that it will remove KDE Workspace 4, including KDM. So don't install task-plasma5 from KDE 4 session.
 
There are also unofficial ISOs with Plasma 5 desktop. See ROSA forum for details.
 
=== Slackware ===
 
You can get Plasma 5 packages for Slackware-current from [http://slackware.uk/people/alien-kde/current/testing/ Alien BOB's repository]. These packages will replace KDE 4 if you have installed that. Read all about it on [http://alien.slackbook.org/blog/tag/kde5/ Eric's blog]
 
=== Source ===
* Source: [http://download.kde.org/stable/plasma/ download.kde.org]
*Source: [http://download.opensuse.org/repositories/KDE:]

Latest revision as of 15:47, 10 December 2018