How to Install and Uninstall zram-generator.x86_64 Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "zram-generator.x86_64" package

Learn how to install zram-generator.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install zram-generator.x86_64

2. Uninstall "zram-generator.x86_64" package

Please follow the guidance below to uninstall zram-generator.x86_64 on Oracle Linux 8:

$ sudo dnf remove zram-generator.x86_64 $ sudo dnf autoremove

3. Information about the zram-generator.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:11:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : zram-generator
Version : 1.1.2
Release : 2.el8
Architecture : x86_64
Size : 371 k
Source : rust-zram-generator-1.1.2-2.el8.src.rpm
Repository : epel
Summary : Systemd unit generator for zram swap devices
URL : https://crates.io/crates/zram-generator
License : MIT
Description : This is a systemd unit generator that enables swap on zram.
: (With zram, there is no physical swap device. Part of the available RAM
: is used to store compressed pages, essentially trading CPU cycles for memory.)
:
: To activate, install zram-generator-defaults subpackage.