How to Install and Uninstall geany-plugins-vimode.x86_64 Package on Oracle Linux 9

Last updated: September 19,2024

1. Install "geany-plugins-vimode.x86_64" package

Learn how to install geany-plugins-vimode.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install geany-plugins-vimode.x86_64

2. Uninstall "geany-plugins-vimode.x86_64" package

This guide let you learn how to uninstall geany-plugins-vimode.x86_64 on Oracle Linux 9:

$ sudo dnf remove geany-plugins-vimode.x86_64 $ sudo dnf autoremove

3. Information about the geany-plugins-vimode.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:19:01 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : geany-plugins-vimode
Version : 2.0
Release : 3.el9
Architecture : x86_64
Size : 58 k
Source : geany-plugins-2.0-3.el9.src.rpm
Repository : epel
Summary : Vim-mode plugin for Geany
URL : http://plugins.geany.org/
License : GPLv3+
Description : Vimode is a Vim-mode plugin for Geany written by a guy who does not use Vim.
: Expect problems unexpected by a Vim user and, please, report them.
:
: Despite the limited Vim knowledge of the author, the plugin tries to be a
: reasonably complete Vim mode implementation featuring:
:
: * normal mode, insert/replace mode, visual mode, line visual mode
: * repeated commands (e.g. 10dd - delete 10 lines)
: * "motion" commands (e.g. d10l - delete 10 characters to the right)
: * "text object" commands (e.g. di( - delete inner contents of parentheses)
: * visual mode commands (e.g. ~ to swap case of the selected text)
: * basic ex mode commands like :s, including range specifications
: * most basic navigation, selection and text manipulation commands
: * command repetition using "." and repeated insert