How To Install libplist-devel on Fedora 36
Introduction
In this tutorial we learn how to install libplist-devel
on Fedora 36.
What is libplist-devel
libplist, development headers and libraries.
We can use yum
or dnf
to install libplist-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libplist-devel.
Install libplist-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 libplist-devel
using dnf
by running the following command:
sudo dnf -y install libplist-devel
Install libplist-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 libplist-devel
using yum
by running the following command:
sudo yum -y install libplist-devel
How To Uninstall libplist-devel on Fedora 36
To uninstall only the libplist-devel
package we can use the following command:
sudo dnf remove libplist-devel
libplist-devel Package Contents on Fedora 36
---
title: "How To Install libplist-devel on Fedora 36"
linkTitle: "libplist-devel"
type: "docs"
description: "In this tutorial we learn how to install libplist-devel in Fedora 36. libplist-devel is Development package for libplist"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libplist-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libplist-devel` on Fedora 36.
### What is `libplist-devel`
> libplist, development headers and libraries.
We can use `yum` or `dnf` to install `libplist-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libplist-devel.
## Install libplist-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 libplist-devel
using dnf
by running the following command:
sudo dnf -y install libplist-devel
Install libplist-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 libplist-devel
using yum
by running the following command:
sudo yum -y install libplist-devel
How To Uninstall libplist-devel on Fedora 36
To uninstall only the libplist-devel
package we can use the following command:
sudo dnf remove libplist-devel
libplist-devel Package Contents on Fedora 36
/usr/include/plist
/usr/include/plist/Array.h
/usr/include/plist/Boolean.h
/usr/include/plist/Data.h
/usr/include/plist/Date.h
/usr/include/plist/Dictionary.h
/usr/include/plist/Integer.h
/usr/include/plist/Key.h
/usr/include/plist/Node.h
/usr/include/plist/Real.h
/usr/include/plist/String.h
/usr/include/plist/Structure.h
/usr/include/plist/Uid.h
/usr/include/plist/cython
/usr/include/plist/cython/plist.pxd
/usr/include/plist/plist++.h
/usr/include/plist/plist.h
/usr/lib64/libplist++-2.0.so
/usr/lib64/libplist-2.0.so
/usr/lib64/pkgconfig/libplist++-2.0.pc
/usr/lib64/pkgconfig/libplist-2.0.pc
/usr/include/plist
/usr/include/plist/Array.h
/usr/include/plist/Boolean.h
/usr/include/plist/Data.h
/usr/include/plist/Date.h
/usr/include/plist/Dictionary.h
/usr/include/plist/Integer.h
/usr/include/plist/Key.h
/usr/include/plist/Node.h
/usr/include/plist/Real.h
/usr/include/plist/String.h
/usr/include/plist/Structure.h
/usr/include/plist/Uid.h
/usr/include/plist/cython
/usr/include/plist/cython/plist.pxd
/usr/include/plist/plist++.h
/usr/include/plist/plist.h
/usr/lib/libplist++-2.0.so
/usr/lib/libplist-2.0.so
/usr/lib/pkgconfig/libplist++-2.0.pc
/usr/lib/pkgconfig/libplist-2.0.pc
References
## Summary
## References
In this tutorial we learn how to install `libplist-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
* [libplist-devel website](http://www.libimobiledevice.org/)
## Summary
In this tutorial we learn how to install `libplist-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).