#can't install neovim in lubuntu linux
55 messages · Page 1 of 1 (latest)
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo tar -C /opt -xzf nvim-linux64.tar.gz
add this to your ~/.bashrc file
export PATH="$PATH:/opt/nvim-linux64/bin"
Try this
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
i got the same error message "unrecovable fatal error, aborting"
Did you already install anything? seems wild, my advice is reinstall it again. even my ubuntu docker is more stable than this.
I mean there's no way installing curl breaks the system.
This was ubuntu 22.04 using docker fresh container.
i installed some apps like a browser and some ide but nothing extraordinary, all the things i installed are normal and can't do anything to the system. (vscodium/ sublim text/ geany)
Hmm wild, wait for someone or you can ask in Ubuntu server
https://discord.com/invite/ubuntu
thanks ❤️ ❤️
it looks clean af 🔥
You can copy that in here
https://github.com/jojodm997/Retro
@vocal tangle did you fix it already? if no
sudo apt --fix-broken install
sudo dpkg --configure -a
no i didn't fix it
run the commands
same error ):
what about this?
does sudo apt update sudo apt upgrade work correctly?
update works
upgrade doesn't work ("unrecovable fatal error, aborting")
give the full error message
preferably a screenshot
when you power on your pc, spam the escape key or the shift key
a grub menu should pop up. select advanced options, and then recovery
The first one or the second one ?
first
Which option?
dpkg
enter ig
i did that and it went back to main menu
try to install neovim now
according to the internet, you could remove these packages and then reinstall.
but you have quite a lot of them. as other guy said, might be worth reinstalling, seeing this is a fresh install anyway
should i re-download the iso file from the official website? or use the same iso file ?
you should verify the image, if it's correct, you can use the same
thanks a lot ❤️
you know how to verify it right?
no, but i used the same iso file in a vm and i had no problem wit it. so i assume that it has no problems, am i right?
probably, but if u wrote it to USB, there's a small chance the write process can incur an error
just verify to be sure. sha256sum [path to .iso] and see if it's the same as provided on lubuntu website
I recommend Universal USB installer or Ventoy but use whatever u like
i already use ventoy
then find the sha sum from lubuntu website, and record it.
when u start ventoy, the 2nd screen will offer Checksum verify
pick 256 or whatever the website uses, and then let it come up with number and u compare.
thank you guys for helping me. i re-installed lubuntu itself.
neat. Is that a terminal or neovim showing?
Good luck on your journey 🙂