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

Last updated: May 03,2024

1. Install "klone" package

This guide let you learn how to install klone on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install klone

2. Uninstall "klone" package

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

$ sudo apt remove klone $ sudo apt autoclean && sudo apt autoremove

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

Package: klone
Priority: extra
Section: universe/web
Installed-Size: 572
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Kari Pahula
Architecture: all
Version: 2.1.0~rc1-1
Replaces: klone-source
Recommends: klone-package
Suggests: klone-doc
Conflicts: klone-package (<= 0.2), klone-source
Filename: pool/universe/k/klone/klone_2.1.0~rc1-1_all.deb
Size: 440896
MD5sum: 6d27b2e0ab79e2a810f15cd0156be827
SHA1: 031cd26cc66573dadce50ebd1ed716521807601c
SHA256: ca1468514509412fb6d11504c9837a9754e5bc109eb91feafb5309f8f25f5e0c
Description-en: embedded web application development framework
This package contains KLone's source code, to be used to build custom
kloned servers.
.
KLone is a fully-featured, multiplatform, web application development
framework, targeted especially for embedded systems and appliances.
.
It is a self-contained solution which includes a web server and an SDK
for creating WWW sites with both static and dynamic content. When
using KLone, there's absolutely no need for any additional component:
neither the HTTP/S server (e.g. Apache, Netscape, Roxen), nor the
typical active pages engine (PHP, Perl, ASP, Python).
.
KLone does everything, and does it fast and small.
.
KLone blends the HTTP/S server application together with its content
and configuration into a single executable file. The site developer
writes his/her dynamic pages in C/C++ (in usual scripting style: <% /*
code */ %>) and uses KLone to transform them into embeddable,
compressed native code with the native C/C++ compiler. The result is
then linked to the HTTP/S server skeleton to obtain one single,
ROM-able, binary file. This means that he/she can get:
- easy, complete and unfiltered interaction with the host operating
system
- dynamic pages in native compiled code, which in turn implies
- fast execution and
- small overall application footprint
- all of this without giving up the common functionality of web
application frameworks such as sessions, parsing of form
variables, cookies, etc
Description-md5: 1a769d48d8ef6cbcbb809a432c836de4
Homepage: http://www.koanlogic.com/klone/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu