How to Install and Uninstall libstdc++-4.9-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libstdc++-4.9-dev" package

This is a short guide on how to install libstdc++-4.9-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libstdc++-4.9-dev

2. Uninstall "libstdc++-4.9-dev" package

This guide let you learn how to uninstall libstdc++-4.9-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libstdc++-4.9-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstdc++-4.9-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libstdc++-4.9-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 12105
Maintainer: Ubuntu Core developers
Original-Maintainer: Debian GCC Maintainers
Architecture: amd64
Source: gcc-4.9
Version: 4.9.3-13ubuntu2
Provides: libstdc++-dev
Depends: gcc-4.9-base (= 4.9.3-13ubuntu2), libgcc-4.9-dev (= 4.9.3-13ubuntu2), libstdc++6 (>= 4.9.3-13ubuntu2), libc6-dev (>= 2.13-0ubuntu6)
Suggests: libstdc++-4.9-doc
Conflicts: libg++2.8-dev, libg++27-dev, libg++272-dev (<< 2.7.2.8-1), libstdc++2.10-dev (<< 1:2.95.3-2), libstdc++2.8-dev, libstdc++2.9-dev, libstdc++2.9-glibc2.1-dev, libstdc++3.0-dev
Filename: pool/universe/g/gcc-4.9/libstdc++-4.9-dev_4.9.3-13ubuntu2_amd64.deb
Size: 1125834
MD5sum: 68e4a95225c49bad7fcada3833a693d2
SHA1: 6ef4723da2039694f199ce03f5636ff4f23dcfdc
SHA256: c30f2a54f13e73b2de101efa2cc0e76397406c7fc385f28f869097fc69836801
Description-en: GNU Standard C++ Library v3 (development files)
This package contains the headers and static library files necessary for
building C++ programs which use libstdc++.
.
libstdc++-v3 is a complete rewrite from the previous libstdc++-v2, which
was included up to g++-2.95. The first version of libstdc++-v3 appeared
in g++-3.0.
Description-md5: a197f2aec835e5fc6f8f76039d8a7c4e
Multi-Arch: same
Homepage: http://gcc.gnu.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu