安装 Firefox 后重新安装 Firefox 以解决places.sqlite问题时遇到困难。看来我陷入了循环依赖地狱。
需要解决firefox依赖地狱尝试解决Tomcat6项目依赖(不要问),尽快。已经尝试了几个小时。
我做了什么(简要)
sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support
sudo apt-get update
sudo apt-get install firefox firefox-globalmenu firefox-gnome-support
sudo apt-get -f install
Run Code Online (Sandbox Code Playgroud)
潜在的错误来源:
发现于sudo apt-get install firefox firefox-globalmenu firefox-gnome-support
dpkg: 错误处理 /var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb (--unpack): 试图覆盖'/usr/lib/firefox/extensions',这是也在包 mint-search-addon 2012.05.11
所以,/usr/lib/firefox/extensions甚至不存在!/var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701根据建议删除。
Errors were encountered while processing:
/var/cache/apt/archives/firefox_18.0~a2~hg20121027r113701-0ubuntu1~umd1~precise_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Run Code Online (Sandbox Code Playgroud)
输出:
sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support
tyler@machine ~ $ sudo apt-get purge firefox firefox-globalmenu firefox-gnome-support …Run Code Online (Sandbox Code Playgroud)