因此,我遇到了 Gnome 默认文件管理器的麻烦,nautilus
速度慢得令人烦恼,在线搜索显示它已在 Gnome 3.32 中修复。
我安装了 Debian 10 (Buster) 稳定版,它随 Gnome 3.30 一起提供,
我在Debian 追踪器看起来是一种安装方式3.33.92-1使用dget
它我不知道它是什么并且无法让它工作
dget http://deb.debian.org/debian/pool/main/g/gnome-shell/gnome-shell_3.33.92-1.dsc
zsh: command not found: dget
所以我尝试安装它但也没有成功
~ ✹ ★ ᐅ sudo apt install dget
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dget
我想知道是否有一个deb
Gnome 3.32 包可以直接安装,dpkg
但我的 Google-fu 在这个上失败了
任何帮助表示赞赏
答案1
您需要安装devscripts
which提供的dget
命令。
在 Debian Buster 上构建gnome-shell-3.33
依赖项(实验版本)将失败并出现build dependencies/conflicts unsatisfied
错误。
dget http://deb.debian.org/debian/pool/main/g/gnome-shell/gnome-shell_3.33.92-1.dsc
cd gnome-shell-3.33.92
mk-build-deps -ir
dpkg-buildpackage