How To Install ming on Fedora 34
Introduction
In this tutorial we learn how to install ming on Fedora 34.
What is ming
Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful utilities for working with .swf files. ming 0.4.9 0.9.20181112git5009802.fc34 x86_64 191 k ming-0.4.9-0.9.20181112git5009802.fc34.src.rpm fedora A library for generating Macromedia Flash files http LGPLv2+ and GPLv2+ and MIT and GPL+ or Artistic Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful utilities for working with .swf files.
We can use yum or dnf to install ming on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ming.
Install ming on Fedora 34 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ming using dnf by running the following command:
sudo dnf -y install ming
Install ming on Fedora 34 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ming using yum by running the following command:
sudo yum -y install ming
How To Uninstall ming on Fedora 34
To uninstall only the ming package we can use the following command:
sudo dnf remove ming
ming Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/2a5581ed4e44c3f1e728f4786091440bb75594
/usr/lib64/libming.so.1
/usr/lib64/libming.so.1.4.8
/usr/share/doc/ming
/usr/share/doc/ming/AUTHORS
/usr/share/doc/ming/HISTORY
/usr/share/doc/ming/NEWS
/usr/share/doc/ming/README
/usr/share/licenses/ming
/usr/share/licenses/ming/LICENSE
/usr/share/licenses/ming/LICENSE_GPL2
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/bc9f3d8847e8442f93a89b5ccc513fa078fbef
/usr/lib/libming.so.1
/usr/lib/libming.so.1.4.8
/usr/share/doc/ming
/usr/share/doc/ming/AUTHORS
/usr/share/doc/ming/HISTORY
/usr/share/doc/ming/NEWS
/usr/share/doc/ming/README
/usr/share/licenses/ming
/usr/share/licenses/ming/LICENSE
/usr/share/licenses/ming/LICENSE_GPL2
References
- [ming website](http://www.libming.org/ http://www.libming.org/)
Summary
In this tutorial we learn how to install ming on Fedora 34 using yum and dnf.