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

Last updated: February 06,2025

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

Learn how to install ocaml-lambda-term.x86_64 on Fedora 35

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

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

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

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

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

Last metadata expiration check: 5:37:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-lambda-term
Version : 3.1.0
Release : 9.fc35
Architecture : x86_64
Size : 4.8 M
Source : ocaml-lambda-term-3.1.0-9.fc35.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.