我在Xubuntu 16.04上安装Tizen Studio 2.1时遇到问题
按照Tizen Developer Website上的步骤,当我尝试执行网络安装程序时,我的终端出现以下错误:
faebl@faeblTux:~/Downloads$ chmod +x ./web-ide_Tizen_Studio_2.0_usa_ubuntu-64.bin
faebl@faeblTux:~/Downloads$ ./web-ide_Tizen_Studio_2.0_usa_ubuntu-64.bin
mkdir: cannot create directory ‘/home/faebl/.package-manager’: Permission denied
./web-ide_Tizen_Studio_2.0_usa_ubuntu-64.bin: line 155: /home/faebl/.package-manager/run/tizensdk_20180104135257/checksum: No such file or directory
gzip: stdin: unexpected end of file
tar: /home/faebl/.package-manager/run/tizensdk_20180104135257: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
cat: /home/faebl/.package-manager/run/tizensdk_20180104135257/checksum: No such file or directory
The download file appears to be corrupted.
Please do not attempt to install this archive file.
然后我尝试在this tutorial的帮助下安装Tizen,但这给了我同样的错误。 我还尝试从不同的镜像或其他来源下载安装程序,结果相同。
有人可以指出我正确的安装软件的方向吗?
提前致谢...
答案 0 :(得分:0)
没关系,我已经找到了答案以及我在结合这些错误时遇到的其他两个问题: 我的主文件夹/ home / faebl的某些目录不归用户faebl所有:faebl。
This answer完成了这一操作并立即解决了所有三个错误。 我希望这有助于任何人...
干杯..