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

Last updated: October 12,2024

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

In this section, we are going to explain the necessary steps to install geany-plugins-vimode.x86_64 on Rocky Linux 9

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

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

Learn how to uninstall geany-plugins-vimode.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 1:55:21 ago on Fri Feb 16 06:49:52 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