How to Install and Uninstall libllvm-17-ocaml-dev Package on Kali Linux

Last updated: June 10,2024

1. Install "libllvm-17-ocaml-dev" package

This is a short guide on how to install libllvm-17-ocaml-dev on Kali Linux

$ sudo apt update $ sudo apt install libllvm-17-ocaml-dev

2. Uninstall "libllvm-17-ocaml-dev" package

This is a short guide on how to uninstall libllvm-17-ocaml-dev on Kali Linux:

$ sudo apt remove libllvm-17-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libllvm-17-ocaml-dev package on Kali Linux

Package: libllvm-17-ocaml-dev
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 3997
Maintainer: LLVM Packaging Team
Architecture: amd64
Replaces: libllvm-x.y-ocaml-dev
Provides: libllvm-x.y-ocaml-dev
Depends: llvm-17-dev (= 1:17.0.6-5)
Suggests: llvm-17-doc
Conflicts: libllvm-x.y-ocaml-dev
Size: 473488
SHA256: 1efef9965e9c76136452ca9f6c5f839528f2b9da57182f3a04d9b19412f9d0d0
SHA1: 369e9aaeef0dd5b382c1594dd8c8c0b797bcebb2
MD5sum: 69ae5e2790e2e0a577250c6c692775cd
Description: Modular compiler and toolchain technologies, OCaml bindings
LLVM is a collection of libraries and tools that make it easy to build
compilers, optimizers, just-in-time code generators, and many other
compiler-related programs.
.
LLVM uses a single, language-independent virtual instruction set both
as an offline code representation (to communicate code between
compiler phases and to run-time systems) and as the compiler internal
representation (to analyze and transform programs). This persistent
code representation allows a common set of sophisticated compiler
techniques to be applied at compile-time, link-time, install-time,
run-time, or "idle-time" (between program runs).
.
This package provides the OCaml bindings to develop applications using llvm.
Description-md5:
Homepage: https://www.llvm.org/
Section: ocaml
Priority: optional
Filename: pool/main/l/llvm-toolchain-17/libllvm-17-ocaml-dev_17.0.6-5_amd64.deb