How to Install and Uninstall libtree-sitter.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "libtree-sitter.x86_64" package

Here is a brief guide to show you how to install libtree-sitter.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libtree-sitter.x86_64

2. Uninstall "libtree-sitter.x86_64" package

Please follow the guidance below to uninstall libtree-sitter.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libtree-sitter.x86_64 $ sudo dnf autoremove

3. Information about the libtree-sitter.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:47:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libtree-sitter
Version : 0.20.7
Release : 1.el8
Architecture : x86_64
Size : 95 k
Source : tree-sitter-0.20.7-1.el8.src.rpm
Repository : epel
Summary : Incremental parsing library for programming tools
URL : https://tree-sitter.github.io/
License : MIT
Description : Tree-sitter is a parser generator tool and an incremental parsing
: library. It can build a concrete syntax tree for a source file
: and efficiently update the syntax tree as the source file is
: edited. This is the package with the dynamically linked C library.