How to Install and Uninstall camping Package on Kali Linux

Last updated: May 17,2024

1. Install "camping" package

Please follow the step by step instructions below to install camping on Kali Linux

$ sudo apt update $ sudo apt install camping

2. Uninstall "camping" package

Please follow the guidance below to uninstall camping on Kali Linux:

$ sudo apt remove camping $ sudo apt autoclean && sudo apt autoremove

3. Information about the camping package on Kali Linux

Package: camping
Version: 2.3-1.1
Installed-Size: 1118
Maintainer: Debian Ruby Team
Architecture: all
Depends: fonts-lato, libjs-jquery, ruby, ruby-rack (>= 1.0), ruby-mab (>= 0.0.3)
Recommends: ruby-activerecord, ruby-sqlite3
Suggests: thin
Size: 567488
SHA256: 47faf87e9907c5a2ecf7607ac73f5e9f0cdc49359eca2c13640883a78cf3d4f9
SHA1: 45a00c385f351d97ddff867a55203e2eb4c2b5db
MD5sum: b240609b388653cb7b9f0011bcabaee9
Description: small Ruby web framework for Model-View-Controller type applications
Camping is a web framework which consistently stays at less than 4kb of
code. The idea here is to store a complete fledgling web application
(written in Ruby) in a single file like many small CGIs, but to organize
it as a Model-View-Controller application like Rails does. You can then
easily move it to Rails once you've got it going.
Description-md5:
Homepage: https://github.com/camping/camping
Section: web
Priority: optional
Filename: pool/main/c/camping/camping_2.3-1.1_all.deb