How to Install and Uninstall apache-commons-vfs.noarch Package on Fedora 38

Last updated: October 07,2024

1. Install "apache-commons-vfs.noarch" package

In this section, we are going to explain the necessary steps to install apache-commons-vfs.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install apache-commons-vfs.noarch

2. Uninstall "apache-commons-vfs.noarch" package

This guide covers the steps necessary to uninstall apache-commons-vfs.noarch on Fedora 38:

$ sudo dnf remove apache-commons-vfs.noarch $ sudo dnf autoremove

3. Information about the apache-commons-vfs.noarch package on Fedora 38

Last metadata expiration check: 4:19:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : apache-commons-vfs
Version : 2.9.0
Release : 1.fc38
Architecture : noarch
Size : 436 k
Source : apache-commons-vfs-2.9.0-1.fc38.src.rpm
Repository : updates
Summary : Commons Virtual File System
URL : https://commons.apache.org/proper/commons-vfs/
License : Apache-2.0
Description : Commons VFS provides a single API for accessing various file systems.
: It presents a uniform view of the files from various sources, such as
: the files on local disk, on an HTTP server, or inside a Zip archive.
:
: Some of the features of Commons VFS are:
: * A single consistent API for accessing files of different types.
: * Support for numerous file system types.
: * Caching of file information. Caches information in-JVM, and
: optionally can cache remote file information on the local file
: system (replicator).
: * Event delivery.
: * Support for logical file systems made up of files from various file
: systems.
: * Utilities for integrating Commons VFS into applications, such as a
: VFS-aware ClassLoader and URLStreamHandlerFactory.
: * A set of VFS-enabled Ant tasks.