我如何降级软件包?

我如何降级软件包?

我刚刚升级到 Firefox 5,发现Selenium 对其不起作用。我想降级到 Firefox 4,但还没有找到方法。

如何将 11.04 版降级到 Firefox 4?

提前致谢。

答案1

  1. 启动“Synaptic 包管理器”

  2. 在快速过滤器中输入“firefox”,然后在搜索结果中突出显示它(包名称旁边带有绿色框的那个表示它已安装在您的计算机上)

  3. 从菜单栏中选择“包”->“强制版本”

    软件包强制版本

  4. 从下拉列表“4.0+nobinonly-0ubuntu3 (natty)”中选择 4.0,然后单击“强制版本”

    原力版

  5. “应用更改

    申请

答案2

您可以使用存储库安装 Firefox。

并从 firefox.com 下载 Firefox 并运行它。

Download Firefox from the Firefox download page to your home directory.
Open a Terminal and go to your home directory: cd ~
Extract the contents of the downloaded file:tar xjf firefox-*.tar.bz2
Close Firefox if it's open.
To start Firefox, run the firefox script in the firefox folder. 

〜/火狐/火狐

Firefox 现在应该可以启动了。然后您可以在桌面上创建一个图标来运行此命令。

相关内容