How To Install dynamite on Fedora 36
Introduction
In this tutorial we learn how to install dynamite
on Fedora 36.
What is dynamite
Extract data compressed with PKWARE Data Compression Library
We can use yum
or dnf
to install dynamite
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dynamite.
Install dynamite 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 dynamite
using dnf
by running the following command:
sudo dnf -y install dynamite
Install dynamite 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 dynamite
using yum
by running the following command:
sudo yum -y install dynamite
How To Uninstall dynamite on Fedora 36
To uninstall only the dynamite
package we can use the following command:
sudo dnf remove dynamite
dynamite Package Contents on Fedora 36
/usr/bin/dynamite
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/70148386f4623c8575a9877ed42a2499fb53e6
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/c17ec1689546886bdb36a8932870e5e2ec38ae
/usr/lib/libdynamite.so.0
/usr/lib/libdynamite.so.0.0.0
/usr/share/doc/dynamite
/usr/share/doc/dynamite/LICENSE
/usr/share/man/man1/dynamite.1.gz
References
Summary
In this tutorial we learn how to install dynamite
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install dynamite on Fedora 36” linkTitle: “dynamite” type: “docs” description: “In this tutorial we learn how to install dynamite in Fedora 36. dynamite is Extract data compressed with PKWARE Data Compression Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dynamite-featured.png
Introduction
In this tutorial we learn how to install dynamite
on Fedora 36.
What is dynamite
Extract data compressed with PKWARE Data Compression Library
We can use yum
or dnf
to install dynamite
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dynamite.
Install dynamite 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 dynamite
using dnf
by running the following command:
sudo dnf -y install dynamite
Install dynamite 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 dynamite
using yum
by running the following command:
sudo yum -y install dynamite
How To Uninstall dynamite on Fedora 36
To uninstall only the dynamite
package we can use the following command:
sudo dnf remove dynamite
dynamite Package Contents on Fedora 36
/usr/bin/dynamite
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/5e33ca207224c18c663cdf58de607e3215691e
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/99656b74470c324bc8e1daac516c039d6c7159
/usr/lib64/libdynamite.so.0
/usr/lib64/libdynamite.so.0.0.0
/usr/share/doc/dynamite
/usr/share/doc/dynamite/LICENSE
/usr/share/man/man1/dynamite.1.gz
References
Summary
In this tutorial we learn how to install dynamite
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).