Debian如何安装curl?
<p><strong>原文链接,如内容已更改恕不另行通知:Debian如何安装curl?</strong></p><p>在<code>Debian 10</code>环境下执行<code>curl</code>命令,提示:</p>
<pre><code>-bash: curl: command not found
</code></pre>
<p>解决办法是安装一下<code>curl</code>。具体如何安装呢?步骤如下。</p>
<p>1.升级系统</p>
<pre><code> sudo apt update && sudo apt upgrade
</code></pre>
<p>2.执行安装</p>
<pre><code>sudo apt install curl
</code></pre>
<p>或</p>
<pre><code>sudo apt-get install curl
</code></pre>
<p><strong>References</strong></p><br><br>
来源:https://www.cnblogs.com/cobcmw/p/12616305.html
頁:
[1]