How to Install and Uninstall libblocksruntime.x86_64 Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "libblocksruntime.x86_64" package

Here is a brief guide to show you how to install libblocksruntime.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libblocksruntime.x86_64

2. Uninstall "libblocksruntime.x86_64" package

Please follow the guidance below to uninstall libblocksruntime.x86_64 on Rocky Linux 8:

$ sudo dnf remove libblocksruntime.x86_64 $ sudo dnf autoremove

3. Information about the libblocksruntime.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:55:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libblocksruntime
Version : 7.0.0
Release : 2.el8
Architecture : x86_64
Size : 14 k
Source : libblocksruntime-7.0.0-2.el8.src.rpm
Repository : epel
Summary : LLVM's compiler-rt/BlocksRuntime development files
URL : http://compiler-rt.llvm.org
License : NCSA and MIT
Description : This package contains development headers for building
: software that uses blocks, a proposed extension to the
: C, Objective C, and C++ languages developed by Apple
: to support the Grand Central Dispatch concurrency engine.