How To Install nilfs-utils on Fedora 36
Introduction
In this tutorial we learn how to install nilfs-utils
on Fedora 36.
What is nilfs-utils
Userspace utilities for creating and mounting NILFS v2 filesystems.
We can use yum
or dnf
to install nilfs-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nilfs-utils.
Install nilfs-utils 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 nilfs-utils
using dnf
by running the following command:
sudo dnf -y install nilfs-utils
Install nilfs-utils 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 nilfs-utils
using yum
by running the following command:
sudo yum -y install nilfs-utils
How To Uninstall nilfs-utils on Fedora 36
To uninstall only the nilfs-utils
package we can use the following command:
sudo dnf remove nilfs-utils
nilfs-utils Package Contents on Fedora 36
---
title: "How To Install nilfs-utils on Fedora 36"
linkTitle: "nilfs-utils"
type: "docs"
description: "In this tutorial we learn how to install nilfs-utils in Fedora 36. nilfs-utils is Utilities for managing NILFS v2 filesystems"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/nilfs-utils-featured.png
---
## Introduction
In this tutorial we learn how to install `nilfs-utils` on Fedora 36.
### What is `nilfs-utils`
> Userspace utilities for creating and mounting NILFS v2 filesystems.
We can use `yum` or `dnf` to install `nilfs-utils` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nilfs-utils.
## Install nilfs-utils on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
/etc/nilfs_cleanerd.conf
/lib/libnilfs.so.0
/lib/libnilfs.so.0.2.4
/lib/libnilfscleaner.so.0
/lib/libnilfscleaner.so.0.1.0
/lib/libnilfsgc.so.0
/lib/libnilfsgc.so.0.2.1
/sbin/mkfs.nilfs2
/sbin/mount.nilfs2
/sbin/nilfs_cleanerd
/sbin/umount.nilfs2
/usr/bin/chcp
/usr/bin/dumpseg
/usr/bin/lscp
/usr/bin/lssu
/usr/bin/mkcp
/usr/bin/rmcp
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/97b0091fcb1db7d9c01a82ac0fe8a5acc62a41
/usr/lib/.build-id/12
/usr/lib/.build-id/12/0eef976bc637fd046d9fa2b08576e5699ba578
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/59abe175488af563cbef56268a6be6c2e4ee12
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/bb807976813de8a80680b1ac5bee3db97f99e4
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/acf7a864c799f3736fa17b305075f61d5a2134
/usr/lib/.build-id/40
/usr/lib/.build-id/40/e0d6ff4194103b4c838d0a63f7789e52f57360
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/b99750060f7c6a7552c1fbaac0b6862a6c63c6
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/0062cf5140fade1438fe739c38b1d45fdf0971
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/31520b99d363a2d4e18cd130a1621be05b5204
/usr/lib/.build-id/75
/usr/lib/.build-id/75/3784e1e45400d4cd4f562a3a4daf4853b82d51
/usr/lib/.build-id/76
/usr/lib/.build-id/76/d1d5b423c01113a328744e2f22507175332213
/usr/lib/.build-id/96
/usr/lib/.build-id/96/cf3e87421ea8045f05e0d01120250fbd8a5333
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/418b660c17784114c8bbea9e8a6c8f01229638
/usr/lib/.build-id/ab/8f28546a4b5e7261f93a4c970768ea9520b52d
/usr/lib/.build-id/db
/usr/lib/.build-id/db/e6ad239f03932585d8c907e929d9daabc976e5
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/aba94bfa4611422182989d3f66f2c9e44bb8a3
/usr/sbin/nilfs-clean
/usr/sbin/nilfs-resize
/usr/sbin/nilfs-tune
/usr/share/doc/nilfs-utils
/usr/share/doc/nilfs-utils/COPYING
/usr/share/doc/nilfs-utils/ChangeLog
/usr/share/man/man1/lscp.1.gz
/usr/share/man/man1/lssu.1.gz
/usr/share/man/man5/nilfs_cleanerd.conf.5.gz
/usr/share/man/man8/chcp.8.gz
/usr/share/man/man8/dumpseg.8.gz
/usr/share/man/man8/mkcp.8.gz
/usr/share/man/man8/mkfs.nilfs2.8.gz
/usr/share/man/man8/mount.nilfs2.8.gz
/usr/share/man/man8/nilfs-clean.8.gz
/usr/share/man/man8/nilfs-resize.8.gz
/usr/share/man/man8/nilfs-tune.8.gz
/usr/share/man/man8/nilfs.8.gz
/usr/share/man/man8/nilfs_cleanerd.8.gz
/usr/share/man/man8/rmcp.8.gz
/usr/share/man/man8/umount.nilfs2.8.gz
```bash
sudo dnf makecache --refresh
After updating yum database, We can install nilfs-utils
using dnf
by running the following command:
```bash
sudo dnf -y install nilfs-utils
## References
Install nilfs-utils on Fedora 36 Using yum
Summary
Update yum database with yum
using the following command.
In this tutorial we learn how to install `nilfs-utils` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
sudo yum makecache --refresh
After updating yum database, We can install nilfs-utils
using yum
by running the following command:
sudo yum -y install nilfs-utils
How To Uninstall nilfs-utils on Fedora 36
To uninstall only the nilfs-utils
package we can use the following command:
sudo dnf remove nilfs-utils
nilfs-utils Package Contents on Fedora 36
/etc/nilfs_cleanerd.conf
/lib64/libnilfs.so.0
/lib64/libnilfs.so.0.2.4
/lib64/libnilfscleaner.so.0
/lib64/libnilfscleaner.so.0.1.0
/lib64/libnilfsgc.so.0
/lib64/libnilfsgc.so.0.2.1
/sbin/mkfs.nilfs2
/sbin/mount.nilfs2
/sbin/nilfs_cleanerd
/sbin/umount.nilfs2
/usr/bin/chcp
/usr/bin/dumpseg
/usr/bin/lscp
/usr/bin/lssu
/usr/bin/mkcp
/usr/bin/rmcp
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/778fa790e495adc311ee901fb55a98857f853f
/usr/lib/.build-id/22
/usr/lib/.build-id/22/5a512f4445e7a346e1a50a7990a532d4d1582b
/usr/lib/.build-id/65
/usr/lib/.build-id/65/6640cdfec600ab74886e201fe5cf78b8da27d2
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/cbc75c344ee876434335e2cf8a22fc5f37df71
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/6729508c58363192499fe06ae89a5d0db13508
/usr/lib/.build-id/75
/usr/lib/.build-id/75/9a2f78b099e793cd67622e57cc3b8700383883
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/69d84aafe729bf03bcc534dde56db96c1a4ada
/usr/lib/.build-id/81
/usr/lib/.build-id/81/b21a1c8107b97b187277bf9cd77fa003507652
/usr/lib/.build-id/94
/usr/lib/.build-id/94/4a0159f8cb89afaabf760a90477809c71d0609
/usr/lib/.build-id/96
/usr/lib/.build-id/96/61578b3671abe99a66445890bad5a23b59268a
/usr/lib/.build-id/98
/usr/lib/.build-id/98/3a5b8c0a041db42ed7c75a1fc0992339f004e4
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/ece5b1ee1355ab2613664ec06d322685bd88b0
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/004a01ab02ba94d66e530e6383738db3d54188
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/d2c048065048a715f3c9e3c2622277e38ff939
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/937c5463396a80f71201074ccd0c2070070ee6
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/42f7cb97c178f52e958db7a557381c5d7c0f61
/usr/sbin/nilfs-clean
/usr/sbin/nilfs-resize
/usr/sbin/nilfs-tune
/usr/share/doc/nilfs-utils
/usr/share/doc/nilfs-utils/COPYING
/usr/share/doc/nilfs-utils/ChangeLog
/usr/share/man/man1/lscp.1.gz
/usr/share/man/man1/lssu.1.gz
/usr/share/man/man5/nilfs_cleanerd.conf.5.gz
/usr/share/man/man8/chcp.8.gz
/usr/share/man/man8/dumpseg.8.gz
/usr/share/man/man8/mkcp.8.gz
/usr/share/man/man8/mkfs.nilfs2.8.gz
/usr/share/man/man8/mount.nilfs2.8.gz
/usr/share/man/man8/nilfs-clean.8.gz
/usr/share/man/man8/nilfs-resize.8.gz
/usr/share/man/man8/nilfs-tune.8.gz
/usr/share/man/man8/nilfs.8.gz
/usr/share/man/man8/nilfs_cleanerd.8.gz
/usr/share/man/man8/rmcp.8.gz
/usr/share/man/man8/umount.nilfs2.8.gz
References
Summary
In this tutorial we learn how to install nilfs-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).