Plasma/Packages: Difference between revisions

From KDE Community Wiki
(→‎Slackware: updated text. No longer co-installable with KDE 4.)
 
(57 intermediate revisions by 22 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
 
=== 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>
 
=== 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 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 ===
 
'''Packages for Kubuntu Utopic''' Next and Next backports PPAs for Utopic (14.10)  are now deprecated.
 
To test upgrade to Vivid, please use the PPA-purge package to remove those PPAs and packages, and then install `kubuntu-desktop` meta-package, and finally:
<syntaxhighlight lang="bash">
sudo apt update && sudo apt full-upgrade
</syntaxhighlight>
before initiating:
<syntaxhighlight lang="bash">
sudo kubuntu-devel-release-upgrade
</syntaxhighlight>
to move to [http://www.kubuntu.org/news/kubuntu-vivid-beta-1 Vivid beta]. [https://help.ubuntu.com/community/UtopicUpgrades/Kubuntu Full instructions to upgrade from 14.10].
 
'''Live Image of Kubuntu Vivid with Packages from Git''' The [http://files.kde.org/snapshots/ Weekly Live Image], updated every Friday with latest source from Git to run a full system from a USB disk.  Based on Kubuntu 15.04, Vivid.
 
KDE Frameworks 5 and Plasma 5 is available in the '''Vivid development version''' of Kubuntu, now in [http://www.kubuntu.org/news/kubuntu-vivid-beta-1 beta].
 
=== 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>
openSUSE Factory:
<syntaxhighlight lang="bash">
zypper ar -f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Factory/ KF5
</syntaxhighlight>
For openSUSE 13.2:
<syntaxhighlight lang="bash">
zypper ar -f http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.2/
zypper ar -f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.2/
</syntaxhighlight>
For more details see [https://en.opensuse.org/SDB:KDE_repositories#KDE_Frameworks_5_.26_Plasma_5 this page].
 
=== Slackware ===
 
You can get Plasma 5 packages for Slackware-current from [http://taper.alienbase.nl/mirrors/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/kde-5_15-03-for-slackware-current/ Eric's blog]
 
=== ROSA ===
 
We provide Plasma 5 packages for ROSA Desktop Fresh in the unofficial [http://abf-downloads.rosalinux.ru/kde5_backports_personal/repository/rosa2014.1/ KDE Backports repository]. They can easily be installed with a single command:
<syntaxhighlight lang="bash">
# urpmi task-plasma5
</syntaxhighlight>
 
=== 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