How to Install and Uninstall gocl.i686 Package on Fedora 36

Last updated: November 26,2024

1. Install "gocl.i686" package

Please follow the guidance below to install gocl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install gocl.i686

2. Uninstall "gocl.i686" package

Please follow the steps below to uninstall gocl.i686 on Fedora 36:

$ sudo dnf remove gocl.i686 $ sudo dnf autoremove

3. Information about the gocl.i686 package on Fedora 36

Last metadata expiration check: 3:50:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gocl
Version : 0.2.0
Release : 20.fc36
Architecture : i686
Size : 36 k
Source : gocl-0.2.0-20.fc36.src.rpm
Repository : fedora
Summary : GLib/GObject based library for OpenCL
URL : https://github.com/elima/gocl/
License : LGPLv3
Description : Gocl is a GLib/GObject based library that aims at simplifying the
: use of OpenCL in GNOME software. It is intended to be a lightweight
: wrapper that adapts OpenCL programming patterns and boilerplate, and
: expose a simpler API that is known and comfortable to GNOME
: developers. Examples of such adaptations are the integration with
: GLib’s main loop, exposing non-blocking APIs, GError based error
: reporting and full gobject-introspection support. It will also be
: including convenient API to simplify code for the most common use
: patterns.