语法高亮,滚动条美化,设置页面调整

This commit is contained in:
fofolee
2019-04-19 02:41:09 +08:00
parent 1e8f76c000
commit 359d29ee0b
1590 changed files with 12328 additions and 11441 deletions

View File

@@ -4,9 +4,9 @@
<p><strong>dpkg-reconfigure命令</strong> 是Debian Linux中重新配置已经安装过的软件包可以将一个或者多个已安装的软件包传递给此指令它将询问软件初次安装后的配置问题。</p>
<p>当用户需要再次对软件包配置的时候可以使用dpkg-reconfigure命令来对指定的软件包进行配置。</p>
<h3 id="语法">语法</h3>
<pre><code>dpkg-reconfigure(选项)(参数)</code></pre>
<pre><code class="language-bash">dpkg-reconfigure(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code>-a重新配置所有的软件包
<pre><code class="language-bash">-a重新配置所有的软件包
-u或--unseen-only仅显示未提过的问题
--default-priority使用默认优先级而非“低”级
--force强制执行操作需谨慎使用此选项
@@ -19,5 +19,5 @@
<p>软件包名:需要重新配置的已安装的软件包。</p>
<h3 id="实例">实例</h3>
<p>用于配置语言:</p>
<pre><code>sudo dpkg-reconfigure locales</code></pre>
<pre><code class="language-bash">sudo dpkg-reconfigure locales</code></pre>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->