我有几个 RAR 文件,其中包含几个文件,其中一些带有波斯语名称。我尝试过 xarchiver 软件。我可以打开存档,但如果我想提取文件,它会给出错误,甚至没有提取没有波斯语名称的文件。
\n\n我通过安装并尝试和尝试了终端解决unrar方案unrar-free。我尝试使用以下方法提取:
unrar-free --extract archive.rar\nRun Code Online (Sandbox Code Playgroud)\n\n它带有这样的输出(我只显示了输出的一小部分):
\n\nExtracting ST - GOLDM15+++++37M15.png OK \nExtracting ST - GOLDM30++++++37M30.png OK \nExtracting ST - \xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd_\xef\xbf\xbd 37.docx Failed \nExtracting ST - \xef\xbf\xbd_\xef\xbf\xbd\xef\xbf\xbd_\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd \xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd_\xef\xbf\xbd \xef\xbf\xbd\xef\xbf\xbd \xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd.docx Failed \nRun Code Online (Sandbox Code Playgroud)\n\n希望它能给我带有拉丁名称的文件。但波斯人没有取得任何成功。
\n\n我该如何解决这个问题?我不想这样,去使用Windows吧!\n谢谢
\n我最近将我的谷歌浏览器更新为稳定版本。从那时起,我在访问诸如 www.google.com 之类的网站时出现以下错误
NET::ERR_CERT_WEAK_SIGNATURE_ALGORITHM
Run Code Online (Sandbox Code Playgroud)
如何解决这个问题?
这是我的问题(Ubuntu 16.10): librtmp.so.0 => not found
和错误脚本
/home/amroemad/Desktop/Total War WARHAMMER/bin/TotalWarhammer: error while loading shared libraries: librtmp.so.0: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我对 Linux 和 Ubuntu 完全陌生,所以我需要你的帮助。
为 python2.7 安装 pip 时出现此错误:
$python get-pip.py
Collecting pip
Downloading pip-8.1.1-py2.py3-none-any.whl (1.2MB)
100% |????????????????????????????????| 1.2MB 294kB/s
Collecting setuptools
Downloading setuptools-20.6.7-py2.py3-none-any.whl (508kB)
100% |????????????????????????????????| 512kB 504kB/s
Collecting wheel
Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB)
100% |????????????????????????????????| 71kB 403kB/s
Installing collected packages: pip, setuptools, wheel
Exception:
Traceback (most recent call last):
File "/tmp/tmpCmiLCu/pip.zip/pip/basecommand.py", line 209, in main
status = self.run(options, args)
File "/tmp/tmpCmiLCu/pip.zip/pip/commands/install.py", line 317, in run
prefix=options.prefix_path,
File "/tmp/tmpCmiLCu/pip.zip/pip/req/req_set.py", line 732, in install
**kwargs
File "/tmp/tmpCmiLCu/pip.zip/pip/req/req_install.py", line 835, in install
self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
File …Run Code Online (Sandbox Code Playgroud)