如何在 Ubuntu 14.04 上安装和测试 KDE Plasma 5

Vis*_*v K 26 kde unity 14.04

KDE Plasma 5 现在正在发布候选版本:Schedules/Plasma 5 - KDE TechBase

如何在 Ubuntu 14.04 中安装等离子 5。

Rae*_*nha 18

可靠

不幸的是,自 2014 年 12 月 5 日起,霓虹灯项目不再作为 PPA 提供。

乌托邦

Utopic 随 Plasma 4 一起提供。如果你想要 Plasma 5,有一个 KDE Next PPA(它也将提供更新的 KDE),但它将取代当前安装的 KDE

安装

sudo apt-add-repository ppa:kubuntu-ppa/next
sudo apt update
sudo apt install kubuntu-plasma5-desktop
sudo apt full-upgrade
Run Code Online (Sandbox Code Playgroud)

最后,在保存所有工作后:

sudo reboot
Run Code Online (Sandbox Code Playgroud)

来源

Kubuntu CI:Neon 项目的替代品 - blogs.kde.org
框架/二进制包 - KDE Community Wiki

  • E: 无法定位软件包 kubuntu-plasma5-desktop (3认同)
  • @Manatax PPA 仅提供适用于 Utopic 14.10 的软件包。这个答案说由于 Neon PPA 的删除,Trusty 不再可能了。 (2认同)

Reh*_*lah 8

我正在写答案,因为可能有人会在 2015 年寻找答案,而且上面的所有答案都已过时,并且在 ubuntu 14.04.2 可信赖的 tahr 上不起作用(我已经尝试了所有)。朋友们。我想在我的 ubuntu 14.04 上安装 kde,并遵循了几乎所有在线教程,但徒劳无功。坦率地说,我在 ubuntu 上运行了所有桌面环境(GNOME、Cinnamon、Unity、LXDE、XFCE、Compiz 等),但我只安装 kde 等离子桌面失败。所以我找到了一个解决方案,现在已经成功安装了(万岁!!)。只需打开终端并输入以下命令:

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update && sudo apt-get dist-upgrade
sudo apt-get install kubuntu-desktop
Run Code Online (Sandbox Code Playgroud)

然后注销并重新登录并选择kde桌面。你准备好了。这个是更新的ppa,适用于ubntu 14.04 trusty。我自己试过了,它奏效了。您还可以在Launchpad ppa 链接中查看 ppa 页面。


Gus*_*uss 6

这是我安装 KDE Plasma 5 的方式(我使用的是 Kubuntu,所以下面是 KDE GUI 的安装说明)

  • 确保安装了 Muon 包管理器(Muon Discover 没有显示软件中心所谓的“技术包”,所以我使用 Muon Pacakge Manager,它基本上是 KDE 的 Synaptic)。
  • 从 KDE 菜单开始“软件和更新”,转到“附加软件”,单击“添加”,然后在打开的窗口中键入“ppa:neon/kf5”。单击“确定”并关闭“软件和更新”。系统会提示您更新软件源,因此请同意并等待完成。
  • 启动 Muon 包管理器并搜索“project-neon5-live-session”(*)。将其标记为安装,然后单击“应用更改”。等到完成。
  • 禁用 AppArmor - 我无法让 Plasma 5 会话与 AppArmor 一起工作。这可能是缺少配置文件的问题,该问题将得到修复。同时,您需要打开一个控制台,然后运行sudo /etc/init.d/apparmor stop; sudo /etc/init.d/apparmor teardown.
  • 单击 KDE 菜单 -> 离开 -> 切换用户,然后在打开的 Krunner 菜单中选择“新会话”。
  • In the new session login, choose "Guest" and in the session selector choose "Project Neon 5" then "Login".

Current status [July 11th]:

  • desktop is very slow to start - be patient
  • dolphin crashes on all kinds of basic stuff
  • if you mess too much with the kwin configuration, it will start crashing non-stop
  • other than that, the desktop is pretty stable, but still not stable enough to be my daily driver.

*) This currently does work, though it may break in the middle of installation due to a file conflict with lightdm. If you are using KDM, then you can go ahead and remove lightdm (it will require removing kubuntu-desktop but that is just a meta-package, you should have no problem removing it as well as any other dependency of lightdm), after which try to complete the install. If the GUI application annoys you too much, open a konsole and run sudo apt-get install -f to complete the setup. Alternatively, if you prefer lightdm as you session manager, then after the installation fails, just remove project-neon5-sddm and its dependencies (which would just be the project-neon5-live-session meta package).