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

Last updated: October 06,2024

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

This guide let you learn how to install ocaml-lambda-term.i686 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall ocaml-lambda-term.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:16:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-lambda-term
Version : 3.1.0
Release : 6.fc34
Architecture : i686
Size : 4.9 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.