【发布时间】:2016-01-25 18:53:36
【问题描述】:
我使用以下命令在我的 debian vagrant 中安装了 firefox:
sudo nano /etc/apt/sources.list
Add line in this file: deb http://packages.linuxmint.com debian import
sudo apt-get update
sudo apt-get install firefox
当我尝试使用 firefox 时出现错误:
vagrant@packer-debian-7:~$ firefox -v
XPCOMGlueLoad error for file /opt/firefox/libxul.so:
libXdamage.so.1: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
这个问题我该怎么办?
【问题讨论】: