How To Install DivFix++ on Fedora 34
Introduction
In this tutorial we learn how to install DivFix++
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install DivFix++.
Install DivFix++ 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 DivFix++
using dnf
by running the following command:
sudo dnf -y install DivFix++
Install DivFix++ 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 DivFix++
using yum
by running the following command:
sudo yum -y install DivFix++
How To Uninstall DivFix++ on Fedora 34
To uninstall only the DivFix++
package we can use the following command:
sudo dnf remove DivFix++
DivFix++ Package Contents on Fedora 34
/usr/bin/DivFix++
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/56d85f1652987052da48470f57d62558224a61
/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 34 using yum and dnf.