w3m install error
w3mインストールでエラーで怒られる RockyLinux8
dnf install --nobest w3m
Error:
Problem: conflicting requests
- nothing provides perl(NKF) needed by w3m-0.5.3-60.git20230121.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages)
powertoolsレポジトリを有効にしてinstall
dnf --enablerepo powertools install w3m
perl-NKFがpowertoolsレポジトリからinstallされる。
powertools?
最初から入ってるので要件によってset-enabled
とかすれば良いのかな。
$ cat /etc/yum.repos.d/Rocky-PowerTools.repo
# Rocky-PowerTools.repo
#
# The mirrorlist system uses the connecting IP address of the client and the
# update status of each mirror to pick current mirrors that are geographically
# close to the client. You should use this for Rocky updates unless you are
# manually picking other mirrors.
#
# If the mirrorlist does not work for you, you can try the commented out
# baseurl line instead.
[powertools]
name=Rocky Linux $releasever - PowerTools
mirrorlist=https://mirrors.rockylinux.org/mirrorlist?arch=$basearch&repo=PowerTools-$releasever
#baseurl=http://dl.rockylinux.org/$contentdir/$releasever/PowerTools/$basearch/os/
gpgcheck=1
enabled=0
countme=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial