无法在 Ubuntu 上安装 neovim v0.8.0+

无法在 Ubuntu 上安装 neovim v0.8.0+

我无法安装neovim 0.8.0+KDE neon基于ubuntu)。我neovim 0.8+需要月球人.apt接下来说:

➜  ~ 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
➜  ~ 

终端实际截图

答案1

以下是一些替代选项:

目前,Ubuntu 还停留在neovim0.7.2 版本:https://packages.ubuntu.com/mantic/neovim

答案2

通过从源代码构建解决neovim v0.8.0+

答案3

进行 1 - nvim --version 2 尝试删除当前 nvim(例如现在 0.6.4。)sudo apt remove neovim 3 并再次安装 neovim 例如在此处输入链接描述 如果你使用 Ubuntu

相关内容