如何从 Ubuntu 中完全删除 i3 桌面环境?

Mat*_*ew 3 uninstall desktop-environments 14.04

我正在尝试从 Ubuntu (14.04) 登录屏幕中删除 i3 桌面环境。

在 root 中执行这些命令后,我安装了 i3;

# echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list
# apt-get update
# apt-get --allow-unauthenticated install sur5r-keyring
# apt-get update
# apt-get install i3 
Run Code Online (Sandbox Code Playgroud)

无论如何,当我使用 I3 并打开时说;VLC、Firefox 和 nautilus - I3 会“崩溃”,只剩下我的桌面和无响应的计算机。(我假设这与我的 GPU 是 AMD 并使用专有驱动程序有关 - 因为我在我的笔记本电脑上没有遇到这个问题,我首先安装了 i3 并且那东西比生命本身还要古老!

到目前为止,我已经;

  • 其他软件中删除了 i3 的任何痕迹
  • 更新中删除了 i3 的任何痕迹

还;

utuna@utuna:~$ sudo apt-get remove i3; sudo apt-get purge i3; sudo apt-get autoremove; sudo apt-get autoclean
[sudo] password for utuna: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'i3' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'i3' is not installed, so not removed
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
utuna@utuna:~$ 
Run Code Online (Sandbox Code Playgroud)

我已经通过谷歌看到有关于如何从 Ubuntu 中删除 Lubuntu、Kubuntu 等的教程,但不是 i3,坦率地说,这让我发疯!

对不起,如果我的布局和英语很差,请先尝试!

小智 7

或者你可以做

sudo apt remove i3* && sudo apt autoremove
Run Code Online (Sandbox Code Playgroud)

删除所有 i3 和任何已安装的 i3


Mat*_*ew 1

结果我不得不在 Ubuntu 软件中心寻找 i3 并从那里删除它。