How to Install and Uninstall fakechroot Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "fakechroot" package

Learn how to install fakechroot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fakechroot

2. Uninstall "fakechroot" package

Here is a brief guide to show you how to uninstall fakechroot on openSuSE Tumbleweed:

$ sudo zypper remove fakechroot

3. Information about the fakechroot package on openSuSE Tumbleweed

Information for package fakechroot:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fakechroot
Version : 2.20.1-2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 213.1 KiB
Installed : No
Status : not installed
Source package : fakechroot-2.20.1-2.13.src
Upstream URL : https://github.com/dex4er/fakechroot/wiki
Summary : Preloadable library for a fake chroot environment
Description :
fakechroot runs a command in an environment where it is possible to use the
chroot(8) command without root privileges. This is useful for allowing users to
create own chrooted environments with the possibility to install other packages
without the need for root privileges.
fakechroot does this by replacing some libc library functions (chroot(2),
open(2), etc.) by ones that simulate the effect of being called with root
privileges.
These wrapper functions are in a shared library called libfakechroot.so, which
can be loaded through the LD_PRELOAD mechanism of the dynamic loader.