How to Install and Uninstall neovim Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "neovim" package

Learn how to install neovim on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install neovim

2. Uninstall "neovim" package

This guide covers the steps necessary to uninstall neovim on openSuSE Tumbleweed:

$ sudo zypper remove neovim

3. Information about the neovim package on openSuSE Tumbleweed

Information for package neovim:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : neovim
Version : 0.9.5-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 20.7 MiB
Installed : No
Status : not installed
Source package : neovim-0.9.5-3.1.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.