我在Xubuntu 16.04上安装TizenStudio2.1时遇到了问题
按照Tizen开发者网站上的步骤,当我尝试执行web安装程序时,我在我的终端中得到了以下错误:
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. 然后,我试图在本教程的帮助下安装Tizen,但这给了我同样的错误。我还尝试从不同的镜像或其他来源下载安装程序,结果是一样的。
有人能告诉我安装软件的正确方向吗?
提前谢谢..。
发布于 2018-01-04 13:46:41
不过,当我将这些错误组合在一起时,我已经找到了这个问题和其他两个问题的答案:我的主文件夹/ home /faebl的一些目录不属于用户faebl:faebl。
这个答案做到了这一点,同时解决了所有三个错误。我希望这能帮到任何人..。
干杯..。
https://stackoverflow.com/questions/48096010
复制相似问题