How to Install and Uninstall libdex.i686 Package on Fedora 38

Last updated: October 11,2024

1. Install "libdex.i686" package

In this section, we are going to explain the necessary steps to install libdex.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libdex.i686

2. Uninstall "libdex.i686" package

Please follow the instructions below to uninstall libdex.i686 on Fedora 38:

$ sudo dnf remove libdex.i686 $ sudo dnf autoremove

3. Information about the libdex.i686 package on Fedora 38

Last metadata expiration check: 1:42:18 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libdex
Version : 0.2.0
Release : 1.fc38
Architecture : i686
Size : 81 k
Source : libdex-0.2.0-1.fc38.src.rpm
Repository : fedora
Summary : a library supporting "Deferred Execution" for GNOME and GTK
URL : https://gitlab.gnome.org/GNOME/libdex
License : LGPL-2.1-or-later
Description : Dex is a library supporting "Deferred Execution" with the explicit goal
: of integrating with GNOME and GTK-based applications.
: It provides primatives for supporting futures in a variety of ways with both
: read-only and writable views. Additionally, integration with existing
: asynchronous-based APIs is provided through the use of wrapper promises.
: "Fibers" are implemented which allows for writing synchronous looking code
: which calls asynchronous APIs from GIO underneath.