How to Install and Uninstall libtree-sitter.i686 Package on Fedora 38

Last updated: October 26,2024

1. Install "libtree-sitter.i686" package

Here is a brief guide to show you how to install libtree-sitter.i686 on Fedora 38

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

2. Uninstall "libtree-sitter.i686" package

This guide covers the steps necessary to uninstall libtree-sitter.i686 on Fedora 38:

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

3. Information about the libtree-sitter.i686 package on Fedora 38

Last metadata expiration check: 2:00:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libtree-sitter
Version : 0.20.8
Release : 2.fc38
Architecture : i686
Size : 105 k
Source : tree-sitter-0.20.8-2.fc38.src.rpm
Repository : updates
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.