How to Install and Uninstall zswap-cli.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "zswap-cli.x86_64" package

This tutorial shows how to install zswap-cli.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install zswap-cli.x86_64

2. Uninstall "zswap-cli.x86_64" package

In this section, we are going to explain the necessary steps to uninstall zswap-cli.x86_64 on Oracle Linux 8:

$ sudo dnf remove zswap-cli.x86_64 $ sudo dnf autoremove

3. Information about the zswap-cli.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:30:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : zswap-cli
Version : 0.9.0
Release : 1.el8
Architecture : x86_64
Size : 179 k
Source : zswap-cli-0.9.0-1.el8.src.rpm
Repository : epel
Summary : Command-line tool to control zswap options
URL : https://github.com/xvitaly/zswap-cli
License : MIT
Description : Zswap-cli is a command-line tool to control zswap Linux kernel module
: options.
:
: Zswap is a compressed cache for swap pages. It takes pages that are in the
: process of being swapped out to disk and tries to compress them into a
: RAM-based memory pool with dynamic allocation.
:
: It trades CPU cycles for a significant performance boost since reading from
: a compressed cache is much faster than reading from a swap device.