Featured image of post Ubuntu安装i3wm(i3窗口管理器)

Ubuntu安装i3wm(i3窗口管理器)

步骤

  1. 添加最新稳定版的i3wm软件源信息

1
2
3
4
5
6
7
~$ su -

~# /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2020.02.03_all.deb keyring.deb SHA256:c5dd35231930e3c8d6a9d9539c846023fe1a08e4b073ef0d2833acd815d80d48

~# dpkg -i ./keyring.deb 

~# echo "deb https://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
  1. 更新ubuntu本地源信息

1
~#apt update
  1. 安装i3wm

1
~#apt install i3
  1. 进入i3wm
    1. 执行reboot重启系统
    2. 选择i3wm作为桌面系统

效果

使用 Hugo 构建
主题 StackJimmy 设计