How to Install and Uninstall libtree-sitter-dev Package on Kali Linux

Last updated: May 03,2024

1. Install "libtree-sitter-dev" package

Here is a brief guide to show you how to install libtree-sitter-dev on Kali Linux

$ sudo apt update $ sudo apt install libtree-sitter-dev

2. Uninstall "libtree-sitter-dev" package

Please follow the guidance below to uninstall libtree-sitter-dev on Kali Linux:

$ sudo apt remove libtree-sitter-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtree-sitter-dev package on Kali Linux

Package: libtree-sitter-dev
Source: tree-sitter (0.20.8-2)
Version: 0.20.8-2+b1
Installed-Size: 299
Maintainer: Tree-sitter Maintainers
Architecture: amd64
Depends: libtree-sitter0 (= 0.20.8-2+b1)
Size: 95736
SHA256: 3e3d4f188af9bc7db2fce7b60f91e9aef85e484415aed641fef2315094d87b7b
SHA1: cf83af17810489c326fe53e2e7acfe173e257f6c
MD5sum: a77469685b8d8b44d1e6c9438398e8fb
Description: incremental parsing system for programming tools (development files)
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.
.
Tree-sitter aims to be:
.
* General enough to parse any programming language
* Fast enough to parse on every keystroke in a text editor
* Robust enough to provide useful results even in the presence of
syntax errors
* Dependency-free so that the runtime library (which is written in pure
C) can be embedded in any application
.
This package contains the header files and libraries needed for developing
with tree-sitter.
Description-md5:
Multi-Arch: same
Homepage: https://tree-sitter.github.io/tree-sitter/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/t/tree-sitter/libtree-sitter-dev_0.20.8-2+b1_amd64.deb