How to Install and Uninstall ocaml-ctypes.i686 Package on Fedora 36
Last updated: January 13,2025
1. Install "ocaml-ctypes.i686" package
Please follow the guidelines below to install ocaml-ctypes.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
ocaml-ctypes.i686
Copied
2. Uninstall "ocaml-ctypes.i686" package
Please follow the steps below to uninstall ocaml-ctypes.i686 on Fedora 36:
$
sudo dnf remove
ocaml-ctypes.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the ocaml-ctypes.i686 package on Fedora 36
Last metadata expiration check: 4:45:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-ctypes
Version : 0.20.0
Release : 5.fc36
Architecture : i686
Size : 704 k
Source : ocaml-ctypes-0.20.0-5.fc36.src.rpm
Repository : fedora
Summary : Combinators for binding to C libraries without writing any C
URL : https://github.com/ocamllabs/ocaml-ctypes
License : MIT
Description : Ctypes is a library for binding to C libraries using pure OCaml. The
: primary aim is to make writing C extensions as straightforward as
: possible.
:
: The core of ctypes is a set of combinators for describing the structure
: of C types -- numeric types, arrays, pointers, structs, unions and
: functions. You can use these combinators to describe the types of the
: functions that you want to call, then bind directly to those functions --
: all without writing or generating any C!
Available Packages
Name : ocaml-ctypes
Version : 0.20.0
Release : 5.fc36
Architecture : i686
Size : 704 k
Source : ocaml-ctypes-0.20.0-5.fc36.src.rpm
Repository : fedora
Summary : Combinators for binding to C libraries without writing any C
URL : https://github.com/ocamllabs/ocaml-ctypes
License : MIT
Description : Ctypes is a library for binding to C libraries using pure OCaml. The
: primary aim is to make writing C extensions as straightforward as
: possible.
:
: The core of ctypes is a set of combinators for describing the structure
: of C types -- numeric types, arrays, pointers, structs, unions and
: functions. You can use these combinators to describe the types of the
: functions that you want to call, then bind directly to those functions --
: all without writing or generating any C!