Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个 bash 脚本,它可以通过为每种语言输入一个数字来更改基于 debian 的系统的语言。可悲的是我不熟悉 debconf。
如何使用 debconf-selections 永久更改键盘布局和控制台语言
谢谢你的帮助。
以下可能有效:
console-data
dpkg-reconfigure console-data
debconf-get-selections | grep console-data > FILENAME
debconf-set-selections < FILENAME
我想console-data配置 debconf 文件有一个模式,所以在一些之后dpkg-reconfigure你可能能够构建自己的模式。
dpkg-reconfigure