Answers:
software-properties-common
通过运行安装,
sudo apt-get install software-properties-common
software-properties-common
包是的备用包python-software-properties
。
对于<= 12.04
sudo apt-get install python-software-properties
对于> = 12.10
sudo apt-get install software-properties-common
python-software-properties
软件包仅适用于12.04以下的版本。
python-software-properties
在torch/install-deps
安装后software-properties-common
。
dpkg --listfiles python-properties-common
并dpkg --listfiles software-properties-common
表示python-properties-common
将文件添加只Python版本2.7。而且,这software-properties-common
提供了文件的Python 3
我刚开始使用火炬,却遇到了错误。
这是我如何解决的。
去
主页->火炬->打开
install-deps
找到关键字python-software-properties
并将其替换为software-python-common
,然后保存并退出。
使用以下命令安装software-python-common
sudo apt-get install software-properties-common
运行命令
cd ~/torch; bash install-deps;
大功告成!
software-python-common
software-properties-common
software-properties-common
而不是software-python-common
像魅力一样起作用!
这是我的第一篇帖子,我只用了Linux几周,所以请对我轻松一点=]。
如果ymin的方法遇到错误
root @ my32bitbox:〜#sudo apt-get安装python-software-properties git-core。读取软件包列表...完成构建依赖关系树
读取状态信息...完成软件包python-software-properties不可用,但由另一个软件包引用。这可能意味着该软件包丢失,已废弃或只能从其他来源获得。但是,以下软件包将其替换:
software-properties-common
...这条经过微调的行对我有用(请注意:如果有什么不同...我需要为我自己的酒构建安装32位依赖项)
> sudo apt-get install software-properties-common git-core
我也有同样的错误。打开终端并输入以下命令
sudo apt-get install -y software-properties-common
然后,这个
sudo apt-get install -y python-software-properties
我希望这会起作用。它在我的系统中有效。