How To Install DivFix++ on Fedora 36

In this tutorial we learn how to install DivFix++ in Fedora 36. DivFix++ is Repair broken AVI file streams by rebuilding index part of file

Introduction

In this tutorial we learn how to install DivFix++ on Fedora 36.

What is DivFix++

This program designed to repair broken AVI file streams by rebuilding index part of file. This is very useful when trying to preview movies which has no index part, like some files are currently downloading from ed2k or bittorent networks. DivFix++ has supports CLI tools, this means you can fix, preview and delete movies automatically via script (by using argument parameters…) DivFix++ program code supports lots of operating system, because it’s writen by cross-platform API, wxWidgets.

We can use yum or dnf to install DivFix++ on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install DivFix++.

Install DivFix++ 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 DivFix++ using dnf by running the following command:

sudo dnf -y install DivFix++

Install DivFix++ 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 DivFix++ using yum by running the following command:

sudo yum -y install DivFix++

How To Uninstall DivFix++ on Fedora 36

To uninstall only the DivFix++ package we can use the following command:

sudo dnf remove DivFix++

DivFix++ Package Contents on Fedora 36

/usr/bin/DivFix++
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/66a402f3b087a81d8dae804f619a3bb0b12906
/usr/share/applications/DivFix++.desktop
/usr/share/doc/DivFix++
/usr/share/doc/DivFix++/Change.log
/usr/share/doc/DivFix++/GPL.txt
/usr/share/doc/DivFix++/ReadMe.txt
/usr/share/locale/cs_CZ/LC_MESSAGES/DivFix++.mo
/usr/share/locale/hu/LC_MESSAGES/DivFix++.mo
/usr/share/locale/ja/LC_MESSAGES/DivFix++.mo
/usr/share/locale/tr/LC_MESSAGES/DivFix++.mo
/usr/share/pixmaps/DivFix++.png

References

Summary

In this tutorial we learn how to install DivFix++ on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).