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

Last updated: May 13,2024

1. Install "odb" package

Please follow the instructions below to install odb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install odb

2. Uninstall "odb" package

This is a short guide on how to uninstall odb on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove odb $ sudo apt autoclean && sudo apt autoremove

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

Package: odb
Priority: optional
Section: universe/devel
Installed-Size: 9337
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Version: 2.4.0-4build1
Depends: libc6 (>= 2.14), libcutl-1.10, libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Recommends: libodb-mysql-dev, libodb-pgsql-dev, libodb-sqlite-dev, libodb-boost-dev, libodb-qt-dev
Suggests: odb-examples, odb-tests
Filename: pool/universe/o/odb/odb_2.4.0-4build1_amd64.deb
Size: 2585270
MD5sum: 61cde0587ab9c289b8290da634623504
SHA1: 7397a802cd7becbda606161e67424f0eb7224707
SHA256: 5600d1f9434532447a6289960764cbb833642bdde0e2111688c46ee36bb4ad6e
Description-en: C++ Object-Relational Mapping (ORM)
ODB is an open-source, cross-platform and cross-database object-relational
mapping (ORM) system for C++. It allows you to persist C++ objects to a
relational database without having to deal with tables, columns, or SQL and
without manually writing any mapping code.
Description-md5: 57a79256ab6743393c8f481e3a79e989
Homepage: http://www.codesynthesis.com/products/odb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu