从这里取下拉链并解压缩它:https://github.com/xflux-gui/xflux-gui,但当我运行setup.py时
$ sudo ./setup.py install 结果如下:
Traceback (most recent call last):
File "setup.py", line 12, in <module>
rename("xflux64", "xflux")
OSError: [Errno 2] No such file or directory发布于 2016-05-17 21:14:14
cd xflux-gui && cp xflux xflux64前面的答案是错误的,因为没有要复制的flux64文件。
https://askubuntu.com/questions/772110
复制相似问题