How to Install and Uninstall libaws-bin Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "libaws-bin" package

This is a short guide on how to install libaws-bin on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libaws-bin

2. Uninstall "libaws-bin" package

This guide covers the steps necessary to uninstall libaws-bin on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libaws-bin $ sudo apt autoclean && sudo apt autoremove

3. Information about the libaws-bin package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libaws-bin
Priority: optional
Section: universe/devel
Installed-Size: 808
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovic Brenta
Architecture: amd64
Source: libaws
Version: 3.2.0-4ubuntu1
Depends: libasis2014, libaws3.2.0, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libgnat-4.9 (>= 4.9.3-3ubuntu5), libgnatvsn4.9 (>= 4.9.3-3ubuntu5), libtemplates-parser11.8.2014, libxmlada4.4.0
Filename: pool/universe/liba/libaws/libaws-bin_3.2.0-4ubuntu1_amd64.deb
Size: 206104
MD5sum: d4c4297c110807a26aa02364487fa124
SHA1: 9c680783538b3ee40666a7aebfbb74d47c3c3a19
SHA256: 78158fba2eb714b25646a7f76a6b8c62248f2195c3f9e487d9468e3c8b9ddd52
Description-en: Ada Web Server utilities
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.
.
This package contains utility programs to help develop web applications
with AWS:
.
awsres transforms any text or binary file into an Ada unit which you
can compile into your application, thereby making your application
completely independent of any external files (think: embedded)
.
ada2wsdl, an ASIS program, reads Ada unit specifications and creates
descriptions in the Web Service Description Language, so that you can
advertise your web service application to the world.
.
wsdl2aws does the opposite job: it creates an Ada unit (spec and
skeleton body) conforming to a specified description in WSDL.
Description-md5: c7187e680fa9fbe6b5c09465f328bebd
Homepage: https://libre.adacore.com/libre
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu