How To Install libplist on Fedora 36
Introduction
In this tutorial we learn how to install libplist
on Fedora 36.
What is libplist
libplist is a library for manipulating Apple Binary and XML Property Lists
We can use yum
or dnf
to install libplist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libplist.
Install libplist 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
using dnf
by running the following command:
sudo dnf -y install libplist
Install libplist 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
using yum
by running the following command:
sudo yum -y install libplist
How To Uninstall libplist on Fedora 36
To uninstall only the libplist
package we can use the following command:
sudo dnf remove libplist
libplist Package Contents on Fedora 36
/usr/bin/plistutil
/usr/lib/.build-id
/usr/lib/.build-id/62
/usr/lib/.build-id/62/ccfeb4285e228019ec6815d279002bec127ef9
/usr/lib/.build-id/83
/usr/lib/.build-id/83/cfe688262db41f7a2487a4e690976f922241e8
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/6668ed0a8cc6c79d552753c9f6bdda83dcff5d
/usr/lib/libplist++-2.0.so.3
/usr/lib/libplist++-2.0.so.3.3.0
/usr/lib/libplist-2.0.so.3
/usr/lib/libplist-2.0.so.3.3.0
/usr/share/doc/libplist
/usr/share/doc/libplist/AUTHORS
/usr/share/doc/libplist/README.md
/usr/share/licenses/libplist
/usr/share/licenses/libplist/COPYING.LESSER
/usr/share/man/man1/plistutil.1.gz
References
Summary
In this tutorial we learn how to install libplist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libplist on Fedora 36” linkTitle: “libplist” type: “docs” description: “In this tutorial we learn how to install libplist in Fedora 36. libplist is Library for manipulating Apple Binary and XML Property Lists” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libplist-featured.png
Introduction
In this tutorial we learn how to install libplist
on Fedora 36.
What is libplist
libplist is a library for manipulating Apple Binary and XML Property Lists
We can use yum
or dnf
to install libplist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libplist.
Install libplist 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
using dnf
by running the following command:
sudo dnf -y install libplist
Install libplist 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
using yum
by running the following command:
sudo yum -y install libplist
How To Uninstall libplist on Fedora 36
To uninstall only the libplist
package we can use the following command:
sudo dnf remove libplist
libplist Package Contents on Fedora 36
/usr/bin/plistutil
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/bba3e790dce458f0a44c275112becb471594df
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/c6694fa282ce3e1a579298b1b4d861009ceb4d
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/d789154cfc47e52a9a2ca82f1ed67fbae7f2b6
/usr/lib64/libplist++-2.0.so.3
/usr/lib64/libplist++-2.0.so.3.3.0
/usr/lib64/libplist-2.0.so.3
/usr/lib64/libplist-2.0.so.3.3.0
/usr/share/doc/libplist
/usr/share/doc/libplist/AUTHORS
/usr/share/doc/libplist/README.md
/usr/share/licenses/libplist
/usr/share/licenses/libplist/COPYING.LESSER
/usr/share/man/man1/plistutil.1.gz
References
Summary
In this tutorial we learn how to install libplist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).