How to Install and Uninstall libjimfs-java Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 02,2024

1. Install "libjimfs-java" package

Please follow the step by step instructions below to install libjimfs-java on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libjimfs-java

2. Uninstall "libjimfs-java" package

This is a short guide on how to uninstall libjimfs-java on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjimfs-java package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjimfs-java
Architecture: all
Version: 1.1-6
Priority: extra
Section: universe/java
Source: jimfs
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 234
Filename: pool/universe/j/jimfs/libjimfs-java_1.1-6_all.deb
Size: 191100
MD5sum: 22ec5a45b8de98b625f0779c0faaaac2
SHA1: 22839e18b23231c00ae777cfc69970250aa2898b
SHA256: 3cf97b8ece3a0f3765ea65e099a9431e69dae2267aa81816d6c661764cd7a530
SHA512: 05aabbd5f756e19972fc29e18d13d1a66306dd9e6c30f9144839e10e04b8ae19d21b3054b140e6cc0e772908cf956be23330820138a38b85de29d269dfb059a9
Homepage: https://github.com/google/jimfs
Description-en: In-memory file system implementing the java.nio.file APIs
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.
.
NOTE: SystemJimfsFileSystemProvider is not fully included in this
package, because it requires a library that is not yet in Debian.
Description-md5: c298d2c91f9d6961161faf53918bad18