How to Install and Uninstall libtablelayout-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libtablelayout-java" package

Please follow the steps below to install libtablelayout-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtablelayout-java

2. Uninstall "libtablelayout-java" package

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

$ sudo apt remove libtablelayout-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtablelayout-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtablelayout-java
Priority: optional
Section: universe/libs
Installed-Size: 333
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 20090826-2
Filename: pool/universe/libt/libtablelayout-java/libtablelayout-java_20090826-2_all.deb
Size: 50298
MD5sum: 0cee7394a5b45c798451d2c2a38ae347
SHA1: a1ef02abebc34834c066fa8fcefd397375978d22
SHA256: 59314172b8a425769f89ee2a9d8e7f24cacbfccf384dfe3efb0268ee6a154066
Description-en: Java layout manager for creating user interfaces fast and easy
TableLayout is a free layout manager designed to make creating user interfaces
fast and easy. It can do anything GridBagLayout can do and much, much more.
Yet it is remarkably simple and easy to use.
.
TableLayout uses concepts that everyone is familiar with such as
spreadsheet-like rows, columns, and cells; and word processing justifications
like left, center, right, and full. Consequentially, creating interfaces takes
minutes instead of hours.
.
Since its publication in 2002, TableLayout has rapidly become the most popular
third party layout manager in the world.
Description-md5: 9826495a46778cc88026b2c0908a8309
Homepage: https://tablelayout.dev.java.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu