How to Install and Uninstall ghc-cautious-file.x86_64 Package on Fedora 34

Last updated: November 14,2024

1. Install "ghc-cautious-file.x86_64" package

This guide covers the steps necessary to install ghc-cautious-file.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-cautious-file.x86_64

2. Uninstall "ghc-cautious-file.x86_64" package

Please follow the guidelines below to uninstall ghc-cautious-file.x86_64 on Fedora 34:

$ sudo dnf remove ghc-cautious-file.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cautious-file.x86_64 package on Fedora 34

Last metadata expiration check: 3:36:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-cautious-file
Version : 1.0.2
Release : 25.fc34
Architecture : x86_64
Size : 18 k
Source : ghc-cautious-file-1.0.2-25.fc34.src.rpm
Repository : fedora
Summary : Write files cautiously
URL : https://hackage.haskell.org/package/cautious-file
License : BSD
Description : Ways to write a file cautiously, to reduce the chances of problems
: such as data loss due to crashes or power failures. If the posix flag
: is enabled, posix-specific functions are used to reduce the chance of
: data loss further.