linux – “dpkg-reconfigure keyboard-configuration”实际上做了什么?

linux – “dpkg-reconfigure keyboard-configuration”实际上做了什么?,第1张

概述是否可以编写dpkg-reconfigure键盘配置实际执行的脚本? 我总是做出相同的选择,所以如果我可以在没有任何用户交互的情况下做到这一点,那将是非常好的. 使用debconf为您的选项设置种子并运行DEBIAN_FRONTEND = noninteractive dpkg-reconfigure keyboard-configuration. man debconf-set-selectio 是否可以编写dpkg-reconfigure键盘配置实际执行的脚本?

我总是做出相同的选择,所以如果我可以在没有任何用户交互的情况下做到这一点,那将是非常好的.

解决方法 使用debconf为您的选项设置种子并运行DEBIAN_FRONTEND = noninteractive dpkg-reconfigure keyboard-configuration.

man debconf-set-selections(1):

name       debconf-set-selections - insert new default values into the debconf databaseSYnopSIS        debconf-set-selections file        debconf-get-selections | ssh newhost debconf-set-selections

这会显示您当前的设置:

$debconf-show keyboard-configuration  keyboard-configuration/modelcode: pc105  keyboard-configuration/unsupported_config_options: true  keyboard-configuration/unsupported_config_layout: true  keyboard-configuration/toggle: No toggling  ....
总结

以上是内存溢出为你收集整理的linux – “dpkg-reconfigure keyboard-configuration”实际上做了什么?全部内容,希望文章能够帮你解决linux – “dpkg-reconfigure keyboard-configuration”实际上做了什么?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1040296.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存