如何从 Ubuntu 中彻底删除 i3 桌面环境?

如何从 Ubuntu 中彻底删除 i3 桌面环境?

我正在尝试从 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 

无论如何,当我使用 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:~$ 

我通过 Google 看到有关于如何从 Ubuntu 中删除 Lubuntu、Kubuntu 等的教程,但没有关于 i3 的教程,坦率地说,这让我抓狂了!

如果我的布局和英语不好,请见谅,这是第一次尝试!

答案1

或者你可以

sudo apt remove i3* && sudo apt autoremove

删除所有 i3 以及 i3 安装的所有内容

答案2

我今天遇到了同样的问题
sudo apt remove i3-wm and i3-wm-dbg
你的问题现在可能已经解决了,
但把这个问题留给未来的人
这是我在这个论坛上的第一个回答

答案3

原来我必须在 Ubuntu 软件中心寻找 i3 并从那里将其删除。

相关内容