How to Install and Uninstall nettle.x86_64 Package on Oracle Linux 8

Last updated: June 30,2024

1. Install "nettle.x86_64" package

This guide covers the steps necessary to install nettle.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install nettle.x86_64

2. Uninstall "nettle.x86_64" package

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

$ sudo dnf remove nettle.x86_64 $ sudo dnf autoremove

3. Information about the nettle.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:55:38 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : nettle
Version : 3.4.1
Release : 7.el8
Architecture : x86_64
Size : 559 k
Source : nettle-3.4.1-7.el8.src.rpm
Repository : @System
Summary : A low-level cryptographic library
URL : http://www.lysator.liu.se/~nisse/nettle/
License : LGPLv3+ or GPLv2+
Description : Nettle is a cryptographic library that is designed to fit easily in more
: or less any context: In crypto toolkits for object-oriented languages
: (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in
: kernel space.