标签: python linux bash shell os.system
我正在使用python在CLI环境中制作一个简单的包安装程序。而我执行的部分
os.system('dpkg -i ' + packageName + '--yes')
我想添加像
[####........]