How to Install and Uninstall geany-plugins-vimode.x86_64 Package on AlmaLinux 8

Last updated: September 23,2024

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

Please follow the steps below to install geany-plugins-vimode.x86_64 on AlmaLinux 8

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

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

This guide covers the steps necessary to uninstall geany-plugins-vimode.x86_64 on AlmaLinux 8:

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

3. Information about the geany-plugins-vimode.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:09:40 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : geany-plugins-vimode
Version : 1.36
Release : 4.el8
Architecture : x86_64
Size : 61 k
Source : geany-plugins-1.36-4.el8.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