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

Last updated: May 18,2024

1. Install "camping" package

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

$ sudo apt update $ sudo apt install camping

2. Uninstall "camping" package

Please follow the instructions below to uninstall camping on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: camping
Priority: optional
Section: universe/web
Installed-Size: 532
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.1.580-1
Depends: ruby | ruby-interpreter, ruby-rack, libjs-jquery, fonts-lato
Recommends: ruby-activerecord, ruby-sqlite3 (>= 1.1.0.1), ruby-mab (>= 0.0.3) | ruby-tilt
Suggests: thin
Filename: pool/universe/c/camping/camping_2.1.580-1_all.deb
Size: 145626
MD5sum: 3ae873599f7d6811b44cfbf55b085dd6
SHA1: 8c2c29aedb367768fc40b2947524d8c8ae336c22
SHA256: 6d5cde6318dc48a6a174a1e6b3aaa16373e78b5f8d87bfd689b24383409c9b0d
Description-en: 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: 329885e4401a354bf999f36f42f23dcb
Homepage: http://camping.io/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu