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

Last updated: June 23,2024

1. Install "gocl.i686" package

Learn how to install gocl.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gocl.i686

2. Uninstall "gocl.i686" package

This is a short guide on how to uninstall gocl.i686 on Fedora 34:

$ sudo dnf remove gocl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:41:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gocl
Version : 0.2.0
Release : 18.fc34
Architecture : i686
Size : 36 k
Source : gocl-0.2.0-18.fc34.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.