How to Install and Uninstall priv_wrapper.x86_64 Package on Fedora 38

Last updated: September 25,2024

1. Install "priv_wrapper.x86_64" package

In this section, we are going to explain the necessary steps to install priv_wrapper.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install priv_wrapper.x86_64

2. Uninstall "priv_wrapper.x86_64" package

This guide covers the steps necessary to uninstall priv_wrapper.x86_64 on Fedora 38:

$ sudo dnf remove priv_wrapper.x86_64 $ sudo dnf autoremove

3. Information about the priv_wrapper.x86_64 package on Fedora 38

Last metadata expiration check: 2:37:09 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : priv_wrapper
Version : 1.0.1
Release : 4.fc38
Architecture : x86_64
Size : 30 k
Source : priv_wrapper-1.0.1-4.fc38.src.rpm
Repository : fedora
Summary : A library to disable resource limits and other privilege dropping
URL : http://cwrap.org/
License : GPL-3.0-or-later
Description : priv_wrapper aims to help running processes which are dropping privileges or
: are restricting resources in test environments.
: It can disable chroot, prctl, pledge and setrlmit system calls. A disabled call
: always succeeds (i.e. returns 0) and does nothing.
: The system call pledge exists only on OpenBSD.
:
: To use it, set the following environment variables:
:
: LD_PRELOAD=libpriv_wrapper.so
: PRIV_WRAPPER_CHROOT_DISABLE=1
:
: This package does not have a devel package, because this project is for
: development/testing.