9

I can't intstall neovim 0.8.0+ on KDE neon (based on ubuntu). I need neovim 0.8+ for LunarVim. apt says the next:

➜  ~ LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)
  88\                                                   88\
  88 |                                                  \__|
  88 |88\   88\ 888888$\   888888\   888888\ 88\    88\ 88\ 888888\8888\
  88 |88 |  88 |88  __88\  \____88\ 88  __88\\88\  88  |88 |88  _88  _88\
  88 |88 |  88 |88 |  88 | 888888$ |88 |  \__|\88\88  / 88 |88 / 88 / 88 |
  88 |88 |  88 |88 |  88 |88  __88 |88 |       \88$  /  88 |88 | 88 | 88 |
  88 |\888888  |88 |  88 |\888888$ |88 |        \$  /   88 |88 | 88 | 88 |
  \__| \______/ \__|  \__| \_______|\__|         \_/    \__|\__| \__| \__|


Detecting platform for managing any additional neovim dependencies [ERROR]: LunarVim requires at least Neovim v0.8 or higher ➜ ~ sudo apt install neovim
Reading package lists... Done Building dependency tree... Done Reading state information... Done neovim is already the newest version (0.6.1-3). Starting pkgProblemResolver with broken count: 0 Starting 2 pkgProblemResolver with broken count: 0 Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ➜ ~ LV_BRANCH='release-1.2/neovim-0.8' bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/utils/installer/install.sh)

  88\                                                   88\
  88 |                                                  \__|
  88 |88\   88\ 888888$\   888888\   888888\ 88\    88\ 88\ 888888\8888\
  88 |88 |  88 |88  __88\  \____88\ 88  __88\\88\  88  |88 |88  _88  _88\
  88 |88 |  88 |88 |  88 | 888888$ |88 |  \__|\88\88  / 88 |88 / 88 / 88 |
  88 |88 |  88 |88 |  88 |88  __88 |88 |       \88$  /  88 |88 | 88 | 88 |
  88 |\888888  |88 |  88 |\888888$ |88 |        \$  /   88 |88 | 88 | 88 |
  \__| \______/ \__|  \__| \_______|\__|         \_/    \__|\__| \__| \__|


Detecting platform for managing any additional neovim dependencies [ERROR]: LunarVim requires at least Neovim v0.8 or higher ➜ ~

Actual screenshot of terminal

romainl
  • 23,415

4 Answers4

4

Here are some alternative options:

Currently, Ubuntu is still stuck at neovim 0.7.2: https://packages.ubuntu.com/mantic/neovim

P Varga
  • 109
1

make 1 - nvim --version 2 try remove current nvim (example now 0.6.4.) sudo apt remove neovim 3 and again install neovim for example enter link description here if you use Ubuntu

1

Solved by building neovim v0.8.0+ from source.

0

I was resolved it following this orientation in oficial repository on github: https://github.com/neovim/neovim/blob/master/BUILD.md#build-prerequisites