当前位置:首页 > 尘凡 > 正文内容

ubuntu和kylin批量下载deb和依赖

满纸空言4年前 (2021-12-10)尘凡24020
#!/bin/bash
echo download...  $(apt-cache depends $1|sed s/"  依赖: "//g|awk '{print $1}'|grep -v "<"|grep -v :)
apt-get download $(apt-cache depends $1|sed s/"  依赖: "//g|awk '{print $1}'|grep -v "<"|grep -v :)

用法:./download  xxxxx

扫描二维码推送至手机访问。

版权声明:本文由满纸空言发布,如需转载请注明出处。

本文链接:http://3ctry.com/post/73.html

分享给朋友:

“ubuntu和kylin批量下载deb和依赖” 的相关文章

各版本浏览器driver下载4年前 (2021-04-21)
setfacl命令4年前 (2021-04-21)
Golong发送HTTP、HTTPS请求4年前 (2021-08-19)
linux ip命令详解4年前 (2021-08-30)

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。