How to Install and Uninstall libboost-graph-parallel-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libboost-graph-parallel-dev" package

This guide covers the steps necessary to install libboost-graph-parallel-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libboost-graph-parallel-dev

2. Uninstall "libboost-graph-parallel-dev" package

Please follow the step by step instructions below to uninstall libboost-graph-parallel-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libboost-graph-parallel-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libboost-graph-parallel-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libboost-graph-parallel-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 10
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Boost Team
Architecture: amd64
Source: boost-defaults
Version: 1.58.0.1ubuntu1
Depends: libboost-graph-parallel1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-graph-parallel-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2932
MD5sum: 893f2eeb9caff98ad6554df4b6f81e63
SHA1: dd5d6d1c484cc53fa1c74b77a2e0d70f0bcfb833
SHA256: 6a51b38088ad783c0455d30cf6303f3b5ca0022f6719b9cad25dead8beb41f75
Description-en: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
The Parallel Boost Graph Library is an extension to the Boost Graph Library
(BGL) for parallel and distributed computing. It offers distributed graphs
and graph algorithms to exploit coarse-grained parallelism along with
parallel algorithms that exploit fine-grained parallelism, while retaining
the same interfaces as the (sequential) BGL. Code written using the sequential
BGL should be easy to parallelize with the parallel BGL.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 38591d77f1f8fdae8adab567d0d02f9a
Homepage: http://www.boost.org/libs/graph_parallel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu