How To Install squashfuse-devel on Fedora 36
Introduction
In this tutorial we learn how to install squashfuse-devel on Fedora 36.
What is squashfuse-devel
Libraries and header files for developing applications that use squashfuse.
We can use yum or dnf to install squashfuse-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install squashfuse-devel.
Install squashfuse-devel 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 squashfuse-devel using dnf by running the following command:
sudo dnf -y install squashfuse-devel
Install squashfuse-devel 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 squashfuse-devel using yum by running the following command:
sudo yum -y install squashfuse-devel
How To Uninstall squashfuse-devel on Fedora 36
To uninstall only the squashfuse-devel package we can use the following command:
sudo dnf remove squashfuse-devel
squashfuse-devel Package Contents on Fedora 36
---
title: "How To Install squashfuse-devel on Fedora 36"
linkTitle: "squashfuse-devel"
type: "docs"
description: "In this tutorial we learn how to install squashfuse-devel in Fedora 36. squashfuse-devel is Development files for squashfuse"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/squashfuse-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `squashfuse-devel` on Fedora 36.
### What is `squashfuse-devel`
> Libraries and header files for developing applications that use squashfuse.
We can use `yum` or `dnf` to install `squashfuse-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install squashfuse-devel.
## Install squashfuse-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install squashfuse-devel using dnf by running the following command:
sudo dnf -y install squashfuse-devel
Install squashfuse-devel 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 squashfuse-devel using yum by running the following command:
sudo yum -y install squashfuse-devel
How To Uninstall squashfuse-devel on Fedora 36
To uninstall only the squashfuse-devel package we can use the following command:
sudo dnf remove squashfuse-devel
squashfuse-devel Package Contents on Fedora 36
/usr/include/squashfuse
/usr/include/squashfuse/cache.h
/usr/include/squashfuse/common.h
/usr/include/squashfuse/config.h
/usr/include/squashfuse/decompress.h
/usr/include/squashfuse/dir.h
/usr/include/squashfuse/file.h
/usr/include/squashfuse/fs.h
/usr/include/squashfuse/squashfs_fs.h
/usr/include/squashfuse/squashfuse.h
/usr/include/squashfuse/stack.h
/usr/include/squashfuse/table.h
/usr/include/squashfuse/traverse.h
/usr/include/squashfuse/util.h
/usr/include/squashfuse/xattr.h
/usr/lib/libsquashfuse.so
/usr/lib/pkgconfig/squashfuse.pc
References
Summary
In this tutorial we learn how to install squashfuse-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/squashfuse /usr/include/squashfuse/cache.h /usr/include/squashfuse/common.h /usr/include/squashfuse/config.h /usr/include/squashfuse/decompress.h /usr/include/squashfuse/dir.h /usr/include/squashfuse/file.h /usr/include/squashfuse/fs.h /usr/include/squashfuse/squashfs_fs.h /usr/include/squashfuse/squashfuse.h /usr/include/squashfuse/stack.h /usr/include/squashfuse/table.h /usr/include/squashfuse/traverse.h /usr/include/squashfuse/util.h /usr/include/squashfuse/xattr.h /usr/lib64/libsquashfuse.so /usr/lib64/pkgconfig/squashfuse.pc
## References
* [squashfuse-devel website](https://github.com/vasi/squashfuse)
## Summary
In this tutorial we learn how to install `squashfuse-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).