How to Install and Uninstall featherpad.x86_64 Package on CentOS Stream 8

Last updated: June 30,2024

1. Install "featherpad.x86_64" package

This is a short guide on how to install featherpad.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install featherpad.x86_64

2. Uninstall "featherpad.x86_64" package

Please follow the step by step instructions below to uninstall featherpad.x86_64 on CentOS Stream 8:

$ sudo dnf remove featherpad.x86_64 $ sudo dnf autoremove

3. Information about the featherpad.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:17:02 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : featherpad
Version : 1.4.1
Release : 1.el8
Architecture : x86_64
Size : 889 k
Source : featherpad-1.4.1-1.el8.src.rpm
Repository : epel
Summary : Lightweight Qt5 Plain-Text Editor
URL : https://github.com/tsujan/FeatherPad
License : GPLv3+
Description : FeatherPad is a lightweight Qt5 plain-text editor for Linux. It is independent
: of any desktop environment and has:
:
: * Drag-and-drop support, including tab detachment and attachment;
: * X11 virtual desktop awareness (using tabs on current desktop but opening a
: new window on another);
: * An optionally permanent search-bar with a different search entry
: for each tab;
: * Instant highlighting of found matches when searching;
: * A docked window for text replacement;
: * Support for showing line numbers and jumping to a specific line;
: * Automatic detection of text encoding as far as possible and optional saving
: with encoding;
: * Syntax highlighting for common programming languages;
: * Printing;
: * Text zooming;
: * Appropriate but non-interrupting prompts;