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

Last updated: October 07,2024

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

Here is a brief guide to show you how to install golang-github-dchest-safefile-devel.noarch on Fedora 34

$ 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 34:

$ 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 34

Last metadata expiration check: 4:13:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-dchest-safefile-devel
Version : 0
Release : 0.8.20180529git855e8d9.fc34
Architecture : noarch
Size : 14 k
Source : golang-github-dchest-safefile-0-0.8.20180529git855e8d9.fc34.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