How to Install and Uninstall geany-plugins-geanymacro.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

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

Please follow the guidelines below to install geany-plugins-geanymacro.x86_64 on Rocky Linux 8

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

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

Please follow the steps below to uninstall geany-plugins-geanymacro.x86_64 on Rocky Linux 8:

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

3. Information about the geany-plugins-geanymacro.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:17:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : geany-plugins-geanymacro
Version : 1.36
Release : 4.el8
Architecture : x86_64
Size : 45 k
Source : geany-plugins-1.36-4.el8.src.rpm
Repository : epel
Summary : User defined Macros for Geany
URL : http://plugins.geany.org/
License : GPLv3+
Description : GeanyMacro is a plugin to provide user defined macros for Geany. It started
: out as part of the ConText feature parity plugin, which was split into
: individual plugins to better suit Geany's ethos of being as light as
: possible while allowing users to select which features they want to add to
: the core editor. The idea was taken from a Text Editor for Windows called
: ConText.
:
: This plugin alows you to record and use your own macros. Macros are
: sequences of actions that can then be repeated with a single key
: combination. So if you had dozens of lines where you wanted to delete the
: last 2 characters, you could simple start recording, press End, Backspace,
: Backspace, down line and then stop recording. Then simply trigger the macro
: and it would automaticaly edit the line and move to the next. You could then
: just repeatedly trigger the macro to do as many lines as you want.