How to Install and Uninstall golang-github-dchest-safefile-devel.noarch Package on Fedora 36

Last updated: May 17,2024

1. Install "golang-github-dchest-safefile-devel.noarch" package

Please follow the guidance below to install golang-github-dchest-safefile-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-dchest-safefile-devel.noarch

2. Uninstall "golang-github-dchest-safefile-devel.noarch" package

Learn how to uninstall golang-github-dchest-safefile-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-dchest-safefile-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-dchest-safefile-devel.noarch package on Fedora 36

Last metadata expiration check: 1:41:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-dchest-safefile-devel
Version : 0
Release : 0.10.20180529git855e8d9.fc36
Architecture : noarch
Size : 14 k
Source : golang-github-dchest-safefile-0-0.10.20180529git855e8d9.fc36.src.rpm
Repository : fedora
Summary : Safe "atomic" saving of files
URL : https://github.com/dchest/safefile
License : BSD
Description : Go package safefile implements safe "atomic" saving of files.
:
: Instead of truncating and overwriting the destination file, it creates a
: temporary file in the same directory, writes to it, and then renames the
: temporary file to the original name when calling Commit.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/dchest/safefile