linux - 我如何知道旧 Fedora 版本的最新软件包版本

标签 linux google-chrome installation fedora

我有旧版本的 Fedora,版本 18,我需要安装 google-chrome 以及其他软件包。然而,在安装 google-chrome 版本 43 时,我收到了一些我应该拥有的依赖项的错误。我认为这是由于 Fedora 版本较旧,版本 18。我无法更新它,因为 Fedora 22 在我的旧电脑上太慢了。

[rodolk@Gandalf Downloads]$ sudo yum install google-chrome-stable
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package google-chrome-stable.x86_64 0:43.0.2357.132-1 will be installed
--> Processing Dependency: lsb >= 4.0 for package: google-chrome-stable-43.0.2357.132-1.x86_64
--> Processing Dependency: libnss3.so(NSS_3.14.3)(64bit) for package: google-chrome-stable-43.0.2357.132-1.x86_64
--> Finished Dependency Resolution
Error: Package: google-chrome-stable-43.0.2357.132-1.x86_64 (google-chrome)
           Requires: lsb >= 4.0
Error: Package: google-chrome-stable-43.0.2357.132-1.x86_64 (google-chrome)
           Requires: libnss3.so(NSS_3.14.3)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[rodolk@Gandalf Downloads]$ 

提前致谢。

最佳答案

一种解决方案可能是调整您的 /etc/yum.repos.d/fedora.repo 文件以强制他指向 fedora 18 旧存储库。不幸的是,我认为它们不再被维护(请参阅 http://mirror.chpc.utah.edu/pub/fedora/linux/releases/ 处的 void 目录)。

否则,您可以尝试旧版本的 chrome(可在 http://www.filehippo.com/download_google_chrome/ 获取),但如果您设法安装它,则必须拒绝任何建议的升级。但这不是一个好的解决方案,因为旧版本中可能存在安全漏洞。

我建议使用轻量级 GUI 安装 Fedora(我怀疑这是旧机器性能下降的原因),例如 KDE 或 xfce。您可以在这里找到更多选择:https://spins.fedoraproject.org/ .

关于linux - 我如何知道旧 Fedora 版本的最新软件包版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31351971/

相关文章:

linux - 实时绘制多 channel 数据、平台/框架选择

c - setuid 与 seteuid 函数

javascript - Angular 在内容脚本中可用吗

google-chrome - 打印预览中不显示背景颜色

windows - 使用 Inno Setup 安装时应用程序不工作

mysql pam插件错误

php - Chrome 错误 500 的谷歌云消息传递

c# - 如何在 .NET/C# 中以编程方式为我的应用程序创建快捷方式 (.lnk) 添加到启动文件夹

python - 无法为 Python 安装 Kivy

linux - 如何确保 numpy BLAS 库可用作动态可加载库?