How to Install and Uninstall libcamp-dev Package on Kali Linux

Last updated: September 20,2024

1. Install "libcamp-dev" package

Please follow the guidelines below to install libcamp-dev on Kali Linux

$ sudo apt update $ sudo apt install libcamp-dev

2. Uninstall "libcamp-dev" package

This is a short guide on how to uninstall libcamp-dev on Kali Linux:

$ sudo apt remove libcamp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcamp-dev package on Kali Linux

Package: libcamp-dev
Source: camp (0.8.4-4)
Version: 0.8.4-4+b1
Installed-Size: 475
Maintainer: Debian Med Packaging Team
Architecture: amd64
Replaces: libcamp0.7-dev
Provides: libcamp0.7-dev
Depends: libcamp0.8 (= 0.8.4-4+b1)
Conflicts: libcamp0.7-dev
Size: 48912
SHA256: 2ac41067c66be8dbc2af02aa9ba358cfa32c3de005e0b5accdaf3c25e196a264
SHA1: 6fb9033dc6af4ddf560b0287b7f0d39f6916659d
MD5sum: 4feb94c2599304ba6b83299d29003898
Description: 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 files needed for development.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/IRCAD/camp
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/camp/libcamp-dev_0.8.4-4+b1_amd64.deb