How to Install and Uninstall libaws3.2.0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libaws3.2.0-dev" package

In this section, we are going to explain the necessary steps to install libaws3.2.0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libaws3.2.0-dev

2. Uninstall "libaws3.2.0-dev" package

Please follow the steps below to uninstall libaws3.2.0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libaws3.2.0-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libaws3.2.0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libaws3.2.0-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 15005
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovic Brenta
Architecture: amd64
Source: libaws
Version: 3.2.0-4ubuntu1
Depends: libgnutls28-dev, libldap2-dev, libz-dev, libxmlada5-dev, libtemplates-parser11.8.2015-dev, gnat, gnat-4.9, libaws3.2.0 (= 3.2.0-4ubuntu1)
Recommends: libaws-bin (= 3.2.0-4ubuntu1), libaws-doc (= 3.2.0-4ubuntu1)
Suggests: libaws-dbg (= 3.2.0-4ubuntu1), libjs-prototype
Filename: pool/universe/liba/libaws/libaws3.2.0-dev_3.2.0-4ubuntu1_amd64.deb
Size: 2100104
MD5sum: 54885749bb54c97049056b85ae561bc4
SHA1: 1e4b44869d238734046afec9d175a19e513ef3cf
SHA256: c70d6932e8aae9f37355ec7965fd54a0c2cc01f236dd8fc100751fb04ed502bd
Description-en: Ada Web Server development files
AWS is a complete framework to develop Web based applications. The
main part of the framework is the embedded Web server. This small yet
powerful Web server can be embedded into your application so your
application will be able to talk with a Web browser. Around this Web
server a lot of services have been developed.
.
- A Web parameters module. This module takes care of retrieving the
forms or URL parameters and to build an associative table for easy
access.
- A session server, this is a very important module to be able to
keep client's data from page to page.
- Support SOAP to develop Web Services.
- A tool to generate Web Services stubs/skeletons from a WSDL
document.
- A template parser, this module makes it possible to completely
separate the Web design from the code. No more scripting into your Web
page.
- Support for Secure Sockets (HTTPS/SSL), this is based on the GNU TLS
library.
- Support for large servers using dispatchers based on URI, request
methods.
- Support for virtual hosting (dispatchers based on the host name).
- Support for server push.
- A directory browser ready to be used in any application.
- A status page to get many information about the current AWS server.
- A log module. Log files keep information about all resources
requested to the server.
- Hotplug modules which can be loaded/unloaded dynamically to add
specific features to a server.
- A communication API to exchange data between applications using the
HTTP protocol.
- A configuration API to tune/change the server parameters without
recompilation.
- A client API to retrieve any Web page from a Web site.
- A Web Page service to build a simple static page server.
- Support for SMTP, LDAP and Jabber protocols.
Description-md5: dadbdf2ff4acf8415bc5a900f6177604
Homepage: https://libre.adacore.com/libre
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu