How to Install and Uninstall libtree-sitter.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "libtree-sitter.x86_64" package

Please follow the step by step instructions below to install libtree-sitter.x86_64 on Rocky Linux 8

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

2. Uninstall "libtree-sitter.x86_64" package

This guide covers the steps necessary to uninstall libtree-sitter.x86_64 on Rocky Linux 8:

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

3. Information about the libtree-sitter.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:58:20 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libtree-sitter
Version : 0.20.1
Release : 2.el8
Architecture : x86_64
Size : 98 k
Source : tree-sitter-0.20.1-2.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.