How To Install mmg2d on Fedora 34
Introduction
In this tutorial we learn how to install mmg2d
on Fedora 34.
What is mmg2d
The mmg2d application and library bidimensional triangulation. mmg2d 5.5.2 2.fc34 x86_64 258 k mmg-5.5.2-2.fc34.src.rpm fedora Surface remesher https LGPLv3+ The mmg2d application and library bidimensional triangulation.
We can use yum
or dnf
to install mmg2d
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install mmg2d.
Install mmg2d 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 mmg2d
using dnf
by running the following command:
sudo dnf -y install mmg2d
Install mmg2d 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 mmg2d
using yum
by running the following command:
sudo yum -y install mmg2d
How To Uninstall mmg2d on Fedora 34
To uninstall only the mmg2d
package we can use the following command:
sudo dnf remove mmg2d
mmg2d Package Contents on Fedora 34
/usr/bin/mmg2d
/usr/bin/mmg2d_O3
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/00fb86b2b78309d6b7ecf0f4b031b989d367db
/usr/lib/.build-id/48
/usr/lib/.build-id/48/d08bc177431ef1126945c7a565a5297d471e04
/usr/lib64/libmmg2d.so.5
/usr/lib64/libmmg2d.so.5.5.2
/usr/share/doc/mmg2d
/usr/share/doc/mmg2d/AUTHORS
/usr/share/doc/mmg2d/README.md
/usr/share/licenses/mmg2d
/usr/share/licenses/mmg2d/COPYING
/usr/share/licenses/mmg2d/COPYING.LESSER
/usr/share/licenses/mmg2d/LICENSE
/usr/share/man/man1/mmg2d.1.gz
/usr/bin/mmg2d
/usr/bin/mmg2d_O3
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/caaeeb9f70dee1b948f31d501d467ffd09fa4f
/usr/lib/.build-id/df
/usr/lib/.build-id/df/170ee5b09764341457f64ee37cc690ee335349
/usr/lib/libmmg2d.so.5
/usr/lib/libmmg2d.so.5.5.2
/usr/share/doc/mmg2d
/usr/share/doc/mmg2d/AUTHORS
/usr/share/doc/mmg2d/README.md
/usr/share/licenses/mmg2d
/usr/share/licenses/mmg2d/COPYING
/usr/share/licenses/mmg2d/COPYING.LESSER
/usr/share/licenses/mmg2d/LICENSE
/usr/share/man/man1/mmg2d.1.gz
References
- [mmg2d website](https://www.mmgtools.org/ https://www.mmgtools.org/)
Summary
In this tutorial we learn how to install mmg2d
on Fedora 34 using yum and dnf.