真诚长有 發表於 2024-3-29 00:00:00

ubuntu可以上网但是apt下载不了东西的解决办法

<p>
        使用ubuntu下载v4l库的时候,下载不了数据;</p>
<p>
        ping通外网:</p>
<p>
        ping baidu.com</p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="ubuntu可以上网但是apt下载不了东西的解决办法" alt="ubuntu可以上网但是apt下载不了东西的解决办法" align="" border="0" src="https://zhuji.jb51.net/uploads/img/202305/9e508384cc7b009b20c32e28f373fcb7.jpg" width="500"></p>
<p>
        下载:</p>
<p>
        sudo apt-get install libv4l-dev*</p>
<p>
        下载不了的原因是我的linux长期不上网更新了,</p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="ubuntu可以上网但是apt下载不了东西的解决办法" alt="ubuntu可以上网但是apt下载不了东西的解决办法" align="" border="0" src="https://zhuji.jb51.net/uploads/img/202305/ab04b13d44ee8e88b31910af7bb4a0a8.jpg" width="500"></p>
<p>
        和服务器同步:</p>
<p>
        sudo apt-get update</p>
<p>
        重新下载:</p>
<p>
        sudo apt-get install libv4l-dev*</p>
<p align="center">
        <img style="max-width:100%!important;height:auto!important;"title="ubuntu可以上网但是apt下载不了东西的解决办法" alt="ubuntu可以上网但是apt下载不了东西的解决办法" align="" border="0" src="https://zhuji.jb51.net/uploads/img/202305/92a00dc81461d83bd045646c48a96ca3.jpg" width="500"></p>
<p>
        注意事项</p>
<p>
        需要注意一定要连接网络</p>
頁: [1]
查看完整版本: ubuntu可以上网但是apt下载不了东西的解决办法