|
|
(25 intermediate revisions by 12 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 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>
| |
| | |
| Beta releases are available in the [kde-unstable] repository.
| |
| | |
| === Chakra ===
| |
| | |
| We provide the Plasma 5 packages by default in our official repositories. Plasma 5 is also the default option on our [https://chakralinux.org '''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 ===
| |
| Supported Fedora releases get Plasma updates as soon as possible. Keep your Fedora installation updated and you are good to go.
| |
| | |
| See https://apps.fedoraproject.org/packages/plasma-workspace for details on the progress of Plasma updates.
| |
| | |
| === 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]
| |
| | |
| === KDE neon ===
| |
| KDE neon has the latest builds of Plasma built continuously from releases, Git stable branches or Git unstable branches.
| |
| | |
| * [http://neon.kde.org/download User Edition with released software]
| |
| * [http://neon.kde.org/download Developer Edition with builds from Git branches]
| |
| | |
| === Kubuntu ===
| |
| | |
| Kubuntu 15.10 came 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].
| |
| | |
| [http://www.kubuntu.org/getkubuntu/ Kubuntu 16.04 LTS] came with Plasma 5.5.3. Then, you can [http://kubuntu.org/news/plasma-5-8-5-bugfix-release-in-xenial-and-yakkety-backports-now/ upgrade to 5.8.5 via backports].
| |
| | |
| [http://www.kubuntu.org/getkubuntu/ Kubuntu 16.10] came with Plasma 5.6.5. Then, you can [http://kubuntu.org/news/plasma-5-8-5-bugfix-release-in-xenial-and-yakkety-backports-now/ upgrade to 5.8.5 via backports].
| |
| | |
| [http://cdimage.ubuntu.com/kubuntu/daily-live/current/ The daily builds], (will become 17.04, when released in April 2017) will have Plasma 5.9.0 soon.
| |
| | |
| Kubuntu KCI provides the latest from KDE git. Add ppa:kubuntu-ci/unstable for testing. WARNING: Do not use on production systems. Ensure that you have ppa-purge installed in case you must roll back to your previous state. Zero guarantees that will fix a broken system.
| |
| | |
| === 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]
| |