How to Install and Uninstall ocaml-zed.x86_64 Package on Fedora 36

Last updated: October 08,2024

1. Install "ocaml-zed.x86_64" package

Here is a brief guide to show you how to install ocaml-zed.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-zed.x86_64

2. Uninstall "ocaml-zed.x86_64" package

This is a short guide on how to uninstall ocaml-zed.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-zed.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-zed.x86_64 package on Fedora 36

Last metadata expiration check: 4:20:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-zed
Version : 3.1.0
Release : 10.fc36
Architecture : x86_64
Size : 1.1 M
Source : ocaml-zed-3.1.0-10.fc36.src.rpm
Repository : fedora
Summary : Abstract engine for text edition in OCaml
URL : https://github.com/ocaml-community/zed
License : BSD
Description : Zed is an abstract engine for text edition. It can be used to
: write text editors, edition widgets, readlines, ... You just
: have to connect an engine to your inputs and rendering functions
: to get an editor.
:
: Zed provides: edition state management, multiple cursor support,
: key-binding helpers, and general purpose unicode rope
: manipulation functions.