在Oracle Linux上,如何安装更新的软件包?
例如,yum install -y wireshark; wireshark --version给出了Wireshark 2.6.2,但是上游在Wireshark 4.0.6。我有Last metadata expiration check: 2 days, 9:01:50 ago。
> yum search -v wireshark
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade, ulninfo
YUM version: 4.7.0
cachedir: /var/tmp/dnf-opc-3xezwdbs
========================================================================================= Name Exactly Matched: wireshark =========================================================================================
wireshark.aarch64 : Network traffic analyzer
Repo : @System
Matched from:
Provide : wireshark = 1:2.6.2-15.el8
wireshark.src : Network traffic analyzer
Repo : ol8_appstream
Matched from:
Other : wireshark
======================================================================================== Name & Summary Matched: wireshark ========================================================================================
libvirt-wireshark.aarch64 : Wireshark dissector plugin for libvirt RPC transactions
Repo : ol8_appstream
Matched from:
Provide : libvirt-wireshark = 8.0.0-19.0.1.module+el8.8.0+21044+01700444
============================================================================================= Name Matched: wireshark =============================================================================================
wireshark-cli.aarch64 : Network traffic analyzer
Repo : @System
Matched from:
Provide : wireshark-cli = 1:2.6.2-15.el8发布于 2023-05-29 22:33:19
Oracle是红帽企业()的分拆,是一个“企业”操作系统。这意味着稳定是王者。如果您想要更新的东西,您需要一个更先进的发行版,或者您需要指向另一个存储库。
例如,埃佩尔。然而,它似乎也没有,所以您可以尝试重新构建它来自Fedora使用的源RPM,但是如果它需要新的库或内核调用,您可能会陷入依赖地狱。
https://unix.stackexchange.com/questions/747510
复制相似问题