How to Install and Uninstall utop.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "utop.i686" package

This tutorial shows how to install utop.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install utop.i686

2. Uninstall "utop.i686" package

Please follow the guidelines below to uninstall utop.i686 on Fedora 34:

$ sudo dnf remove utop.i686 $ sudo dnf autoremove

3. Information about the utop.i686 package on Fedora 34

Last metadata expiration check: 1:40:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : utop
Version : 2.7.0
Release : 3.fc34
Architecture : i686
Size : 21 M
Source : utop-2.7.0-3.fc34.src.rpm
Repository : fedora
Summary : Improved toplevel for OCaml
URL : https://github.com/ocaml-community/utop
License : BSD
Description : utop is an improved toplevel (i.e., Read-Eval-Print Loop) for
: OCaml. It can run in a terminal or in Emacs. It supports line
: editing, history, real-time and context sensitive completion,
: colors, and more.