我下载了jmf-2_1_1e-linux-i589.bin并尝试运行,但它表明
Do you agree to the above license terms? [yes or no]
y
Permit recording from an applet? (see readme.html) [yes or no]
y
Permit writing local files from an applet? (recommend no, see readme.html) [yes or no]
y
Unpacking...
Extracting...
/home/hm/Downloads/jmf-2_1_1e-linux-i586.bin: 297: /home/hm/Downloads/jmf-2_1_1e-linux-i586.bin: ./install.sfx.5532: not found
JavaSound Capture Supported = true
JavaSoundAuto: Committed ok
Done.作为男人,请帮助我下一步该做什么或者我做错了什么
发布于 2018-01-03 14:19:31
试着遵循本教程:在Ubuntu中安装Java媒体框架
如果问题仍然存在,请尝试执行以下命令:
sudo apt-get install ia32-libs -y如果这提示错误,请用以下命令替换该命令:
sudo apt-get install lib32ncurses5 -y祝好运!
https://askubuntu.com/questions/991820
复制相似问题