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

Last updated: May 10,2024

1. Install "libboost-graph-dev" package

This tutorial shows how to install libboost-graph-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libboost-graph-dev" package

In this section, we are going to explain the necessary steps to uninstall libboost-graph-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libboost-graph-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-graph1.58-dev
Filename: pool/universe/b/boost-defaults/libboost-graph-dev_1.58.0.1ubuntu1_amd64.deb
Size: 2886
MD5sum: 76ec0a510fca73b60951e2aa400db269
SHA1: 51168097e06c83778288b6a0c96ca917502f0df1
SHA256: a5815c27b8ed874b60e476d1c710736a50882025212349f91d9c1f466fa74a8b
Description-en: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
Graphs are mathematical abstractions that are useful for solving
many types of problems in computer science. Consequently, these
abstractions must also be represented in computer programs. A
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
.
This package is a dependency package, which depends on Debian's default
Boost version (currently 1.58).
Description-md5: 587fa2270151ab1f9b7c2aee187965ec
Multi-Arch: same
Homepage: http://www.boost.org/libs/graph/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu