linux wget: 未找到命令
前言:在使用wget进行软件包下载的时候 提示我们wget命令未找到怎么办?
前言:在使用wget进行软件包下载的时候 提示我们wget命令未找到怎么办?
怎么在统信uos操作系统中安装Python3
提示:E: 仓库 “http://packages.chinauos.cn/uos eagle InRelease” 没有数字签名
root账户下:vi /etc/apt/sources.list随后对其内容进行修改:
将第二行的
deb [by-hash=force] https://professional-packages.chinaous.com/desktop-professional eagle main contrib non-free
改为:
deb [by-hash=force] https://mirrors.aliyun.com/debian stable main contrib non-free
Python读取json文件主要使用json模块