Hacker News new | ask | show | jobs
by nemetroid 1047 days ago

  $ rpm -qi neovim
  package neovim is not installed
  $ dnf search neovim
  No matches.
I don't have anything against it, but prefer being able to use the same tool across environments.
1 comments

strange.

> Neovim is available through EPEL (Extra Packages for Enterprise Linux)

from https://github.com/neovim/neovim/wiki/Installing-Neovim#cent...

> Neovim is in Fedora starting with Fedora 25 > sudo dnf install -y neovim python3-neovim

from https://github.com/neovim/neovim/wiki/Installing-Neovim#fedo...

Not so strange if you’ve met the kind of sysadmins that don’t enable EPEL.