How to Install and Uninstall ocaml-lambda-term.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocaml-lambda-term.x86_64" package

This is a short guide on how to install ocaml-lambda-term.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-lambda-term.x86_64

2. Uninstall "ocaml-lambda-term.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-lambda-term.x86_64 on Fedora 34:

$ sudo dnf remove ocaml-lambda-term.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-lambda-term.x86_64 package on Fedora 34

Last metadata expiration check: 3:39:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-lambda-term
Version : 3.1.0
Release : 6.fc34
Architecture : x86_64
Size : 5.0 M
Source : ocaml-lambda-term-3.1.0-6.fc34.src.rpm
Repository : fedora
Summary : Terminal manipulation library for OCaml
URL : https://github.com/ocaml-community/lambda-term
License : BSD
Description : Lambda-term is a cross-platform library for manipulating the terminal. It
: provides an abstraction for keys, mouse events, colors, as well as a set of
: widgets to write curses-like applications.
:
: The main objective of lambda-term is to provide a higher level functional
: interface to terminal manipulation than, for example, ncurses, by providing
: a native OCaml interface instead of bindings to a C library.
:
: Lambda-term integrates with zed to provide text edition facilities in
: console applications.