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

Last updated: January 15,2025

1. Install "gocl.x86_64" package

Please follow the steps below to install gocl.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gocl.x86_64

2. Uninstall "gocl.x86_64" package

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

$ sudo dnf remove gocl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:22:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gocl
Version : 0.2.0
Release : 20.fc36
Architecture : x86_64
Size : 34 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.