How to Install and Uninstall libfaketime.x86_64 Package on Fedora 39

Last updated: January 11,2025

1. Install "libfaketime.x86_64" package

Learn how to install libfaketime.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libfaketime.x86_64

2. Uninstall "libfaketime.x86_64" package

This guide covers the steps necessary to uninstall libfaketime.x86_64 on Fedora 39:

$ sudo dnf remove libfaketime.x86_64 $ sudo dnf autoremove

3. Information about the libfaketime.x86_64 package on Fedora 39

Last metadata expiration check: 3:58:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libfaketime
Version : 0.9.10
Release : 7.fc39
Architecture : x86_64
Size : 134 k
Source : libfaketime-0.9.10-7.fc39.src.rpm
Repository : updates
Summary : Manipulate system time per process for testing purposes
URL : https://github.com/wolfcw/libfaketime
License : GPL-2.0-or-later AND GPL-3.0-only
Description : libfaketime intercepts various system calls which programs use to
: retrieve the current date and time. It can then report faked dates and
: times (as specified by you, the user) to these programs. This means you
: can modify the system time a program sees without having to change the
: time system- wide.