c/c++ developer
https://github.com/PengShiqiu

导航

 
 
下载python 及所有依赖:
for i in $(apt-cache depends python | grep -E 'Depends|Recommends|Suggests' | cut -d ':' -f 2,3 | sed -e s/'<'/''/ -e s/'>'/''/); do
    sudo apt-get download $i 2>>errors.txt
done
安装:
sudo dpkg -i *

 

原文链接:https://blog.csdn.net/zgp210317/article/details/120586189

posted on 2022-02-10 16:43  Pengshiqiu  阅读(889)  评论(0编辑  收藏  举报