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

ubuntu和kylin批量下载deb和依赖

满纸空言3年前 (2021-12-10)尘凡18520
#!/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

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

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

本文链接:https://mzky.cc/post/73.html

分享给朋友:

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

golang的os包使用备忘4年前 (2021-04-21)
uos编译njmon3年前 (2021-07-21)
Golong发送HTTP、HTTPS请求3年前 (2021-08-19)

发表评论

访客

看不清,换一张

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