How to Install and Uninstall ghc-zip-archive.x86_64 Package on Oracle Linux 9
Last updated: January 08,2025
1. Install "ghc-zip-archive.x86_64" package
Here is a brief guide to show you how to install ghc-zip-archive.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-zip-archive.x86_64
Copied
2. Uninstall "ghc-zip-archive.x86_64" package
Please follow the guidelines below to uninstall ghc-zip-archive.x86_64 on Oracle Linux 9:
$
sudo dnf remove
ghc-zip-archive.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-zip-archive.x86_64 package on Oracle Linux 9
Last metadata expiration check: 1:09:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-zip-archive
Version : 0.4.2.1
Release : 1.el9
Architecture : x86_64
Size : 84 k
Source : ghc-zip-archive-0.4.2.1-1.el9.src.rpm
Repository : epel
Summary : Library for creating and modifying zip archives
URL : https://hackage.haskell.org/package/zip-archive
License : BSD
Description : The zip-archive library provides functions for creating, modifying, and
: extracting files from zip archives. The zip archive format is documented in
:.
:
: Certain simplifying assumptions are made about the zip archives: in particular,
: there is no support for strong encryption, zip files that span multiple disks,
: ZIP64, OS-specific file attributes, or compression methods other than Deflate.
: However, the library should be able to read the most common zip archives, and
: the archives it produces should be readable by all standard unzip programs.
:
: Archives are built and extracted in memory, so manipulating large zip files
: will consume a lot of memory. If you work with large zip files or need features
: not supported by this library, a better choice may be
:, which uses a memory-efficient
: streaming approach. However, zip can only read and write archives inside
: instances of MonadIO, so zip-archive is a better choice if you want to
: manipulate zip archives in "pure" contexts.
:
: As an example of the use of the library, a standalone zip archiver and
: extracter is provided in the source distribution.
Available Packages
Name : ghc-zip-archive
Version : 0.4.2.1
Release : 1.el9
Architecture : x86_64
Size : 84 k
Source : ghc-zip-archive-0.4.2.1-1.el9.src.rpm
Repository : epel
Summary : Library for creating and modifying zip archives
URL : https://hackage.haskell.org/package/zip-archive
License : BSD
Description : The zip-archive library provides functions for creating, modifying, and
: extracting files from zip archives. The zip archive format is documented in
:
:
: Certain simplifying assumptions are made about the zip archives: in particular,
: there is no support for strong encryption, zip files that span multiple disks,
: ZIP64, OS-specific file attributes, or compression methods other than Deflate.
: However, the library should be able to read the most common zip archives, and
: the archives it produces should be readable by all standard unzip programs.
:
: Archives are built and extracted in memory, so manipulating large zip files
: will consume a lot of memory. If you work with large zip files or need features
: not supported by this library, a better choice may be
:
: streaming approach. However, zip can only read and write archives inside
: instances of MonadIO, so zip-archive is a better choice if you want to
: manipulate zip archives in "pure" contexts.
:
: As an example of the use of the library, a standalone zip archiver and
: extracter is provided in the source distribution.