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

Last updated: May 14,2024

1. Install "camo" package

Please follow the step by step instructions below to install camo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install camo

2. Uninstall "camo" package

This guide let you learn how to uninstall camo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove camo $ sudo apt autoclean && sudo apt autoremove

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

Package: camo
Priority: extra
Section: universe/web
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Zulip Debian Packaging Team
Architecture: all
Version: 1.3.0+dfsg-1
Depends: nodejs (>= 0.10.0)
Filename: pool/universe/c/camo/camo_1.3.0+dfsg-1_all.deb
Size: 9002
MD5sum: 5f55a1fab95bef8658846e72a1043169
SHA1: be8b0b16481c19ace3710150b6a5f8f032f45e34
SHA256: 8a7d45c7b55b1c9eca53d077b065bcb05d38d1f623d6bef0b20e02b496e346ce
Description-en: SSL/TLS image proxy to prevent mixed-content warnings
Camo is an image proxy to prevent mixed content warnings on secure
pages.
.
It should not be installed by an end-user; instead people who operate
websites that allow user-specified image embeds by URL can run this as
a daemon to proxy such images through their own servers and serve the
resulting content over SSL/TLS.
.
This provides integrity protection and last-mile confidentiality to
images, thus preventing a local network attacker from seeing the images
you request (allowing for possible disclosure of the content you're
viewing) or changing their content (to misinform, confuse, or shock).
.
It of course does not prevent an attacker from modifying the content or
noticing its access if the attacker is in the path between your
datacentre and the image source.
.
However, even in this case, it provides some security insofar as it
may prevent the attacker from knowing who is accessing the image.
.
Using a shared key, proxy URLs are encrypted with hmac so we can bust
caches/ban/rate limit if needed.
.
Features include:
* Proxy Google charts
* Proxy images under 5 MB
* Follow redirects to a configurable depth
* Proxy remote images with a content-type of image/*
* Disallows proxying to private IP ranges
Description-md5: 5adf0a8d6d096e3d96981325d5466fdd
Homepage: https://github.com/atmos/camo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu