How To Install libmspack on Fedora 36
Introduction
In this tutorial we learn how to install libmspack
on Fedora 36.
What is libmspack
The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft.
We can use yum
or dnf
to install libmspack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmspack.
Install libmspack 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 libmspack
using dnf
by running the following command:
sudo dnf -y install libmspack
Install libmspack 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 libmspack
using yum
by running the following command:
sudo yum -y install libmspack
How To Uninstall libmspack on Fedora 36
To uninstall only the libmspack
package we can use the following command:
sudo dnf remove libmspack
libmspack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/032664a2f20d3cd0141b29b136bdf88a137ee1
/usr/lib64/libmspack.so.0
/usr/lib64/libmspack.so.0.1.0
/usr/share/doc/libmspack
/usr/share/doc/libmspack/AUTHORS
/usr/share/doc/libmspack/ChangeLog
/usr/share/doc/libmspack/README
/usr/share/doc/libmspack/TODO
/usr/share/licenses/libmspack
/usr/share/licenses/libmspack/COPYING.LIB
References
Summary
In this tutorial we learn how to install libmspack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libmspack on Fedora 36” linkTitle: “libmspack” type: “docs” description: “In this tutorial we learn how to install libmspack in Fedora 36. libmspack is Library for CAB and related files compression and decompression” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmspack-featured.png
Introduction
In this tutorial we learn how to install libmspack
on Fedora 36.
What is libmspack
The purpose of libmspack is to provide both compression and decompression of some loosely related file formats used by Microsoft.
We can use yum
or dnf
to install libmspack
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmspack.
Install libmspack 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 libmspack
using dnf
by running the following command:
sudo dnf -y install libmspack
Install libmspack 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 libmspack
using yum
by running the following command:
sudo yum -y install libmspack
How To Uninstall libmspack on Fedora 36
To uninstall only the libmspack
package we can use the following command:
sudo dnf remove libmspack
libmspack Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/7de8aa26121dcb0b0f7132cda6c56d2a996022
/usr/lib/libmspack.so.0
/usr/lib/libmspack.so.0.1.0
/usr/share/doc/libmspack
/usr/share/doc/libmspack/AUTHORS
/usr/share/doc/libmspack/ChangeLog
/usr/share/doc/libmspack/README
/usr/share/doc/libmspack/TODO
/usr/share/licenses/libmspack
/usr/share/licenses/libmspack/COPYING.LIB
References
Summary
In this tutorial we learn how to install libmspack
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).