How To Install ipsilon-filesystem on Fedora 36

In this tutorial we learn how to install ipsilon-filesystem in Fedora 36. ipsilon-filesystem is Package providing files required by Ipsilon

Introduction

In this tutorial we learn how to install ipsilon-filesystem on Fedora 36.

What is ipsilon-filesystem

Package providing basic directory structure required for all Ipsilon parts

We can use yum or dnf to install ipsilon-filesystem on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipsilon-filesystem.

Install ipsilon-filesystem 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 ipsilon-filesystem using dnf by running the following command:

sudo dnf -y install ipsilon-filesystem

Install ipsilon-filesystem 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 ipsilon-filesystem using yum by running the following command:

sudo yum -y install ipsilon-filesystem

How To Uninstall ipsilon-filesystem on Fedora 36

To uninstall only the ipsilon-filesystem package we can use the following command:

sudo dnf remove ipsilon-filesystem

ipsilon-filesystem Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/ipsilon
/usr/lib/python3.10/site-packages/ipsilon-2.1.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/ipsilon/__init__.py
/usr/lib/python3.10/site-packages/ipsilon/__pycache__
/usr/lib/python3.10/site-packages/ipsilon/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools
/usr/lib/python3.10/site-packages/ipsilon/tools/__init__.py
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/files.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/files.py
/usr/share/doc/ipsilon-filesystem
/usr/share/doc/ipsilon-filesystem/README.md
/usr/share/ipsilon
/usr/share/ipsilon/templates
/usr/share/ipsilon/templates/install
/usr/share/licenses/ipsilon-filesystem
/usr/share/licenses/ipsilon-filesystem/COPYING

References

Summary

In this tutorial we learn how to install ipsilon-filesystem on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).