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

Last updated: February 05,2025

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

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

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

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

This guide let you learn how to uninstall ocaml-lambda-term.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:16:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-lambda-term
Version : 3.1.0
Release : 9.fc35
Architecture : i686
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.