LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.4k stars 1.17k forks source link

Installation of 0.7.2 on Ubuntu 20.04 #209

Open ambivali opened 2 years ago

ambivali commented 2 years ago

An earlier kit 0.4.3-3 was removed with apt. However, while installing from nvim-linux64.deb, got the following error: dpkg: error processing archive /home/patel/kits/nvim/nvim-linux64.deb (--unpack): trying to overwrite '/usr/share/applications/nvim.desktop', which is also in package neovim-runtime 0.4.3-3 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

Installation fails even after I removed /usr/share/applications/nvim.desktop.

Subsequently, I manually installed nvim 0.7.2 and Neovim-from-scratch.git. After the initial start, I got the following error during plugin pull.

"Failed to insall JoosepAlviste/nvim-ts-context-commentstring"

"display.lua.566: Potential breaking change in commit 6c75121 of wbthomason/packer.nvim

I used "q" to quit. However, nvim-treesitter installed [109/109] pkgs.

seriiserii825 commented 1 year ago

Do you resolved you issue? I have the same error.

gnmearacaun commented 1 year ago

Running neovim v0.8.0? It should install the next time you open nvim and run :PackerSync

JappeHallunken commented 10 months ago

I know this is quite old but I had the same problem, I first installed neovim via apt, but debian bookworm only ships 0.7.x or so, and I need >0.8.0 (for nvchad), so I uninstalled neovim package, but not neovim-runtime. After removing neovim package a apt autoremove solved the problem.