目前,我使用KDE运行KUbuntu-16.04,但是,我想升级到默认的Ubuntu-18.04,使用默认的Ubuntu。
我的个人电脑是一台带windows 10和KUbuntu的电子游戏。我希望KUbuntu完全删除,Ubuntu18.04完全删除,不是最小的,而是安装了默认的发行版。
对于目前的用户,我想保留他们的主页,所以任何文档和程序都不应该被移除在他们的主页不应该被触摸。
如果我只更新/etc/apt/ update .列表,这会有效吗?
欢迎任何建议。
向你问好,哈佩恩
发布于 2019-01-10 23:09:14
sources.list文件是向Ubuntu安装中添加或升级应用程序的一个关键因素。这也被您的系统用于系统更新。只有当您知道自己在做什么时才应该编辑sources.list,否则会在更新Ubuntu时产生问题。Ubuntu的官方口味(普通Ubuntu、Kubuntu、Xubuntu等)使用相同的存储库。它们只是在默认的桌面环境中有所不同,例如,Ubuntu使用Unity (17.04+),Kubuntu使用KDE等离子体,Xubuntu使用Xfce。因此,编辑sources.list以切换到Ubuntu18.04是毫无意义的。您也可能喜欢阅读编辑sources.list是个好主意吗?
因此,升级和切换可以通过两种方式进行:

- You'll be welcomed by GDM. Choose Ubuntu as your desktop environment. 
- Welcome to the "default Ubuntu". 
- If you want you can remove the Kubuntu's default desktop environment and display manager too. Kubuntu uses plasma-desktop and sddm. sudo apt autoremove plasma\* sddm
- The default apps (like evince) will be installed automatically with Ubuntu Desktop.
- Remove some more KDE related packages: sudo apt autoremove kde\* qml-module-org-kde\* libkf5kdelibs4support\* libkf5libkdepim\* software-properties-kde xdg-desktop-portal-kde libkde\* konsole
- I've tested this on Virtualbox and side by side compared the packages. There are other packages left like KCalc, KDE Partition, etc. Although they don't take much space but can be removed manually and easily.
- I'll personally prefer this method. Hassle free and no chance of losing any file.https://askubuntu.com/questions/1107667
复制相似问题