How to Install and Uninstall apache-commons-vfs.noarch Package on Amazon Linux 2

Last updated: May 07,2024

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

Please follow the guidance below to install apache-commons-vfs.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install apache-commons-vfs.noarch

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

Learn how to uninstall apache-commons-vfs.noarch on Amazon Linux 2:

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

3. Information about the apache-commons-vfs.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-vfs
Arch : noarch
Version : 2.0
Release : 11.amzn2
Size : 363 k
Repo : amzn2-core/2/x86_64
Summary : Commons Virtual File System
URL : http://commons.apache.org/vfs/
License : ASL 2.0
Description : Commons VFS provides a single API for accessing various
: different file systems. It presents a uniform view of the
: files from various different 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.
: * Event delivery.
: * Support for logical file systems made up of files from
: various different file systems.
: * Utilities for integrating Commons VFS into applications,
: such as a VFS-aware ClassLoader and URLStreamHandlerFactory.
: * A set of VFS-enabled Ant tasks.