How to Install and Uninstall libswtchart-java Package on Kali Linux

Last updated: November 22,2024

1. Install "libswtchart-java" package

This tutorial shows how to install libswtchart-java on Kali Linux

$ sudo apt update $ sudo apt install libswtchart-java

2. Uninstall "libswtchart-java" package

Please follow the steps below to uninstall libswtchart-java on Kali Linux:

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

3. Information about the libswtchart-java package on Kali Linux

Package: libswtchart-java
Source: swtchart
Version: 0.10.0-4
Installed-Size: 212
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libswt-gtk-4-java
Suggests: libswtchart-java-doc
Size: 168656
SHA256: 960d9e81b8aab3c7a129e9b12a00d06ddef3a652600ddb851fc1f01fdc5b8ee7
SHA1: e30e616234388503d48bc7fb5b66a601c76b34e1
MD5sum: c207ed3b7ef3f4f3e009b5c397750d75
Description: Chart drawing SWT component
SWTChart is a chart component which has following basic functionalities:
* line chart
* scatter chart
* stack chart
* log scale
* category axis
* multiple axes
* bar chart
* area chart
* step chart
* axis orientation
* series label
.
All of widgets in SWTChart are composed of SWT, so that you can easily hock
listeners to widgets, and also you can easily extend the functionality without
expertise of AWT.
.
SWTChart provides an ability to handle large data size of series. Even if
showing 1,000,000 data points, repainting or resizing chart panel doesn't take
long time. The internal algorithm is not to simply sample the data with a
certain interval but to thin out only the data which doesn't make sense to show
in current screen resolution. Therefore, even if there are prominent peaks in
large data points, the peaks won't be lost in the screen.
.
SWTChart has minimum basic functionalities. SWTChart doesn't have any
dependencies other than SWT, and even JFace is not required.
Description-md5:
Homepage: http://www.swtchart.org
Section: java
Priority: optional
Filename: pool/main/s/swtchart/libswtchart-java_0.10.0-4_all.deb