How to Install and Uninstall libblocksruntime0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libblocksruntime0" package

This guide let you learn how to install libblocksruntime0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libblocksruntime0

2. Uninstall "libblocksruntime0" package

Here is a brief guide to show you how to uninstall libblocksruntime0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libblocksruntime0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblocksruntime0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libblocksruntime0
Priority: extra
Section: universe/libs
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Mark Heily
Architecture: amd64
Source: libblocksruntime
Version: 0.4.1-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/libb/libblocksruntime/libblocksruntime0_0.4.1-1_amd64.deb
Size: 6444
MD5sum: 5411ab838ee0234bbf43c2fa326359b4
SHA1: 76a0287cd5f4426a1005b1101c65a5a2fdcb0ecb
SHA256: 0b88e828ce1095106ab6accd0c6bd7157635b87338c0d2a1797436f6e36ca3e3
Description-en: Blocks Runtime library
Blocks are a proposed extension to the C, Objective C, and C++ languages
developed by Apple to support the Grand Central Dispatch concurrency engine.
Blocks are anonymous inline functions that automatically capture a read-only
copy of local variables, and have read-write access to local variables that
are declared with the "__block" storage class.
.
This package contains a library that is needed by programs that use Blocks.
Description-md5: 085f8a4412ae6540ed5d632889b5e35d
Homepage: http://compiler-rt.llvm.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu