How To Install nosync on Fedora 36
Introduction
In this tutorial we learn how to install nosync
on Fedora 36.
What is nosync
nosync is a small preload library that can be used to disable synchronization of file’s content with storage devices on GNU/Linux. It works by overriding implementations of certain standard functions like fsync or open.
We can use yum
or dnf
to install nosync
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nosync.
Install nosync on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install nosync
using dnf
by running the following command:
sudo dnf -y install nosync
Install nosync on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nosync
using yum
by running the following command:
sudo yum -y install nosync
How To Uninstall nosync on Fedora 36
To uninstall only the nosync
package we can use the following command:
sudo dnf remove nosync
nosync Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/3a70e5504d883c5b3afe4b68329988fa621c55
/usr/lib/nosync
/usr/lib/nosync/nosync.so
/usr/share/doc/nosync
/usr/share/doc/nosync/AUTHORS
/usr/share/doc/nosync/README.md
/usr/share/licenses/nosync
/usr/share/licenses/nosync/LICENSE
/usr/share/licenses/nosync/NOTICE
References
Summary
In this tutorial we learn how to install nosync
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nosync on Fedora 36” linkTitle: “nosync” type: “docs” description: “In this tutorial we learn how to install nosync in Fedora 36. nosync is Preload library for disabling file’s content synchronization” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nosync-featured.png
Introduction
In this tutorial we learn how to install nosync
on Fedora 36.
What is nosync
nosync is a small preload library that can be used to disable synchronization of file’s content with storage devices on GNU/Linux. It works by overriding implementations of certain standard functions like fsync or open.
We can use yum
or dnf
to install nosync
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nosync.
Install nosync on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install nosync
using dnf
by running the following command:
sudo dnf -y install nosync
Install nosync on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nosync
using yum
by running the following command:
sudo yum -y install nosync
How To Uninstall nosync on Fedora 36
To uninstall only the nosync
package we can use the following command:
sudo dnf remove nosync
nosync Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/20474137acd233261833ae7c341e94daf85ce2
/usr/lib64/nosync
/usr/lib64/nosync/nosync.so
/usr/share/doc/nosync
/usr/share/doc/nosync/AUTHORS
/usr/share/doc/nosync/README.md
/usr/share/licenses/nosync
/usr/share/licenses/nosync/LICENSE
/usr/share/licenses/nosync/NOTICE
References
Summary
In this tutorial we learn how to install nosync
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).