1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CentOS8でdnfでnkfがインストールできない

Last updated at Posted at 2019-12-01

環境

  • CentOS Linux release 8.0.1905 (Core)

現象

dnfでnkfがインストールできない。

shell
dnf install nkf

ないよって言われる。

原因

CentOS8は新しすぎてnkfのパッケージがないようだ。

対策

rpmでcentos7から借りてくる。

shell
rpm -Uvh http://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/n/nkf-2.1.3-5.el7.x86_64.rpm
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?