How to Install and Uninstall stb_textedit-devel.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "stb_textedit-devel.x86_64" package

Please follow the instructions below to install stb_textedit-devel.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install stb_textedit-devel.x86_64

2. Uninstall "stb_textedit-devel.x86_64" package

This guide covers the steps necessary to uninstall stb_textedit-devel.x86_64 on Fedora 34:

$ sudo dnf remove stb_textedit-devel.x86_64 $ sudo dnf autoremove

3. Information about the stb_textedit-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:17:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : stb_textedit-devel
Version : 1.14^20210910gitaf1a5bc
Release : 0.2.fc34
Architecture : x86_64
Size : 21 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc34.src.rpm
Repository : updates
Summary : Guts of a multi-line text-editing widget
URL : https://github.com/nothings/stb
License : MIT or Unlicense
Description : This C header file implements the guts of a multi-line text-editing widget; you
: implement display, word-wrapping, and low-level string insertion/deletion, and
: stb_textedit will map user inputs into insertions & deletions, plus updates to
: the cursor position, selection state, and undo state.
:
: It is intended for use in games and other systems that need to build their own
: custom widgets and which do not have heavy text-editing requirements (this
: library is not recommended for use for editing large texts, as its performance
: does not scale and it has limited undo).
:
: Non-trivial behaviors are modelled after Windows text controls.