How to Install and Uninstall neovim Package on openSUSE Leap

Last updated: May 21,2024

1. Install "neovim" package

Here is a brief guide to show you how to install neovim on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install neovim

2. Uninstall "neovim" package

This tutorial shows how to uninstall neovim on openSUSE Leap:

$ sudo zypper remove neovim

3. Information about the neovim package on openSUSE Leap

Information for package neovim:
-------------------------------
Repository : Main Repository
Name : neovim
Version : 0.4.4-bp155.2.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 16.7 MiB
Installed : No
Status : not installed
Source package : neovim-0.4.4-bp155.2.8.src
Upstream URL : https://neovim.io/
Summary : Vim-fork focused on extensibility and agility
Description :
Neovim is a refactor - and sometimes redactor - in the tradition of
Vim, which itself derives from Stevie. It is not a rewrite, but a
continuation and extension of Vim. Many rewrites, clones, emulators
and imitators exist; some are very clever, but none are Vim. Neovim
strives to be a superset of Vim, notwithstanding some intentionally
removed misfeatures; excepting those few and carefully-considered
excisions, Neovim is Vim. It is built for users who want the good
parts of Vim, without compromise, and more.