I recently stared at Plasma 5, so I installed it on my OpenSUSE 13.2.
First add two libraries according to the OpenSUSE description:
$ sudo zypper ar-f http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_13.2/
$ sudo zypper ar-f http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_13.2/
Then install Plasma 5:
$ sudo zypper in plasma5-session
Installing plasma 5 will uninstall many of the KDE 4 related content, do not be afraid, if there is a conflict, usually choose 1 and then enter the confirmation on the right.
Reboot the system.
After entering the system, there is a window error:
We are sorry, Plasmashell closed unexpectedly. You cannot the this error, because Plasmashell does not provide a bugs reporting address.
Detais:
Executable:plasmashell pid:1536 signal:aborted (6) TIME:1/23/15 14:31:50
You can also click to see the picture.
Notice that the window in the picture is turned off and the desktop is blank. But because my KDE window manager is Xmonad, I can still call out the Konsole, operate from the command line, open Firefox, connect to the network, and so on.
Find a lot of materials, no effect, and finally ran the KDE forum post, but all day down no one reply, had to make persistent efforts. Finally, the goddess of luck finally sympathized with me.
Solutions
View the corresponding IDs of the two libraries added above:
$ zypper LR
My result is as follows:
Sam@orchid:~|master⚡⇒zypper LR
# | Alias | Name | Enabled | Refresh
---+----------------------------------------+----------------------------------------+---------+--------
1 | Firefox | Firefox | Yes | Yes
2 | FRAMEWORDKS5 | FRAMEWORKS5 | Yes | Yes
3 | Java:packages | Java:packages | Yes | Yes
4 | m17n | m17n | Yes | Yes
5 | Margueritesu | Margueritesu | Yes | Yes
6 | Mozilla | Mozilla | Yes | Yes
7 | Node.js | Node.js | Yes | Yes
8 | Packman_essentials | Packman_essentials | Yes | Yes
9 | X11:bumblebee | X11:bumblebee | Yes | Yes
10 | X11_windowmanagers | X11_windowmanagers | Yes | Yes
11 | Devel:languages:nodejs | Devel:languages:nodejs | Yes | Yes
12 | DVD | DVD | Yes | Yes
13 | Games:tools | Games:tools | Yes | Yes
14 | Google-chrome | Google-chrome | Yes | Yes
15 | Google-webdesigner | Google-webdesigner | Yes | Yes
16 | Home:Mailaender:branches:Java:packages | Home:Mailaender:branches:Java:packages | Yes | Yes
17 | Home:opensuse_zh | Home:opensuse_zh | Yes | Yes
18 | home:ralflangb1:composer2distribution | home:ralflangb1:composer2distribution | No | Yes
19 | Home:ruiabreuferreira | Home:ruiabreuferreira | Yes | Yes
20 | Home:ykoba | Home:ykoba | Yes | Yes
21 | libdvdcss | libdvdcss | Yes | Yes
22 | Mono-project | Mono-project | Yes | Yes
23 | Opensuse:13.2:non-oss | Opensuse:13.2:non-oss | Yes | Yes
24 | Opensuse:13.2:oss | Opensuse:13.2:oss | Yes | Yes
25 | Qt5 | Qt5 | Yes | Yes
26 | Repo-source | Opensuse-13.2-source | Yes | Yes
27 | Repo-update | Opensuse-13.2-update | Yes | Yes
28 | Repo-update-non-oss | Opensuse-13.2-update-non-oss | Yes | Yes
29 | Security | Security | Yes | Yes
30 | Utilities | Utilities | Yes | Yes
31 | En | Zh
Update Software
$ sudo zypper dup--from 2--from
Here, I force the software to upgrade from a library with IDs 2 and 25.
Finally reboot the system, the normal access to Plasma 5.
Of course, the above is only my personal situation, if you also encounter, and happened to come through the search engine to this article, please only for reference. If you break the system, I'm not going to apologize.