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

Last updated: May 18,2024

1. Install "libcamp0.7-dev" package

This guide let you learn how to install libcamp0.7-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcamp0.7-dev

2. Uninstall "libcamp0.7-dev" package

Please follow the step by step instructions below to uninstall libcamp0.7-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcamp0.7-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libcamp0.7-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 414
Maintainer: Ubuntu Developers
Original-Maintainer: Corentin Desfarges
Architecture: amd64
Source: camp
Version: 0.7.1.1-1ubuntu2
Provides: libcamp-dev
Depends: libcamp0.7v5 (= 0.7.1.1-1ubuntu2)
Filename: pool/universe/c/camp/libcamp0.7-dev_0.7.1.1-1ubuntu2_amd64.deb
Size: 43816
MD5sum: a7589a766ea116da9062a7c9faa9a269
SHA1: 2cdd4d2099d103b39e83637d5a28726875d5c189
SHA256: a7f01426f832aad0bc0405e186534b0624a653095d6417086243c8846dd1bcc9
Description-en: C++ multi-purpose reflection library (development files)
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.
.
This package contains the development files needed to build you own VXL apps.
Description-md5: dad7951ef2d027c866bf005cfdbe4878
Homepage: https://github.com/tegesoft/camp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu