How to Install and Uninstall libjimfs-java-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "libjimfs-java-doc" package

This guide covers the steps necessary to install libjimfs-java-doc on Kali Linux

$ sudo apt update $ sudo apt install libjimfs-java-doc

2. Uninstall "libjimfs-java-doc" package

This is a short guide on how to uninstall libjimfs-java-doc on Kali Linux:

$ sudo apt remove libjimfs-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjimfs-java-doc package on Kali Linux

Package: libjimfs-java-doc
Source: jimfs
Version: 1.1-6
Installed-Size: 1783
Maintainer: Debian Java Maintainers
Architecture: all
Size: 263836
SHA256: a80b9cbc475e77da21edbfcee9ed02f5529fe5e0c330e847e9003c3ec0f36e3a
SHA1: 3c46274b57580f3d49a5939ab046dc50cf1d44a9
MD5sum: 29542790c03d98b35ef097600fd6dedd
Description: Documentation for libjimfs-java
Jimfs is an in-memory file system for Java 7 and above, implementing
the java.nio.file abstract file system APIs. Jimfs supports almost
all the APIs under java.nio.file. It supports:
.
* Creating, deleting, moving and copying files and directories.
* Reading and writing files with FileChannel or SeekableByteChannel,
InputStream, OutputStream, etc. Symbolic links.
* Hard links to regular files.
* SecureDirectoryStream, for operations relative to an open directory.
* Glob and regex path filtering with PathMatcher.
* Watching for changes to a directory with a WatchService.
* File attributes. Built-in attribute views that can be supported
include "basic", "owner", "posix", "unix", "dos", "acl" and "user".
Do note, however, that not all attribute views provide useful
attributes.
.
For example, while setting and reading POSIX file permissions is
possible with the "posix" view, those permissions will not actually
affect the behavior of the file system.
.
Jimfs also supports creating file systems that, for example, use
Windows-style paths and (to an extent) behavior. In general, however,
file system behavior is modeled after UNIX and may not exactly match
any particular real file system or platform.
.
This package contains the generated API documentation.
Description-md5:
Homepage: https://github.com/google/jimfs
Section: doc
Priority: optional
Filename: pool/main/j/jimfs/libjimfs-java-doc_1.1-6_all.deb