How to Install and Uninstall libcamp0.7v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libcamp0.7v5" package

This guide covers the steps necessary to install libcamp0.7v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcamp0.7v5

2. Uninstall "libcamp0.7v5" package

Learn how to uninstall libcamp0.7v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcamp0.7v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcamp0.7v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcamp0.7v5
Priority: optional
Section: universe/libs
Installed-Size: 304
Maintainer: Ubuntu Developers
Original-Maintainer: Corentin Desfarges
Architecture: amd64
Source: camp
Version: 0.7.1.1-1ubuntu2
Replaces: libcamp0.7
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 5.2)
Conflicts: libcamp0.7
Filename: pool/universe/c/camp/libcamp0.7v5_0.7.1.1-1ubuntu2_amd64.deb
Size: 74312
MD5sum: 6294886a3e0641fd9e9d397ab4aadfbc
SHA1: 53c4d9faefce299b3bb06a691d40a00c7c8c98d5
SHA256: 630cd6bdada1171d10702e5126024aa8335a390367f25d8d1d4c63349d18b1d9
Description-en: C++ multi-purpose reflection library
CAMP is a multi-purpose reflection library developed by Technogerma Systems
France (http://www.tegesoft.com).
It provides an abstraction for most of the high-level concepts of C++
- Classes
- Enumerations
- Properties
- Functions
- Objects
- Variables
By wrapping all these concepts into abstract structures, CAMP provides an
extra layer of flexibility to programs, and allow them to fully expose their
data structures at runtime.
Many applications can take advantage of CAMP, in order to automate tasks which
would otherwise require a huge amount of work. For example, CAMP can be used
to expose and edit objects' attributes into a graphical user interface. It can
also be used to do automatic binding of C++ classes to script languages such as
Python or Lua.
Another possible application would be the serialization of objects to XML, text
or binary formats. Or you can even combine all these examples to provide a
powerful and consistent interface for manipulating your objects outside C++
code.
Description-md5: 7479122a1e86ca39cc856540cb9a0c4b
Homepage: https://github.com/tegesoft/camp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu