我刚安装了Ubuntu。对它完全陌生。我试着从互联网上下载到不同的东西(RealPlayer和YouTube下载程序),但是当我试图打开文件(S)来安装一个归档框时,会弹出一个说我做不到的东西。这里有什么问题呢?任何帮助都是非常感谢的。谢谢。
我得到的信息是:
Archive: /home/justanotherpoet/Downloads/RealPlayer.exe
Zip file size: 760128 bytes, number of entries: 35584
[/home/justanotherpoet/Downloads/RealPlayer.exe]:
Zipfile is disk 46863 of a multi-disk archive, and this is not the disk on
which the central zipfile directory begins (disk 42501).发布于 2012-07-11 19:38:11
您正在下载Windows软件,并试图将其安装在Linux上。Windows安装包将无法工作(如果不安装Windows兼容性层,will );但通常最好为给定任务找到本地Linux程序。
在Ubuntu中安装软件通常是通过软件中心或Synaptic包管理器完成的,或者使用命令行apt-get实用程序。您可以下载.deb包,甚至可以下载源代码并编译它们,但如果可以的话,通常最好使用包管理器。
https://askubuntu.com/questions/162528
复制相似问题