How To Install mmdb2 on Fedora 36
Introduction
In this tutorial we learn how to install mmdb2
on Fedora 36.
What is mmdb2
MMDB is a macromolecular coordinate library, written by Eugene Krissinel primarily for use by the collaborative computational project 4 (CCP4) group in the United Kingdom. The Coordinate Library is designed to assist CCP4 developers in working with coordinate files. The Library features work with the primary file formats of the Protein Data Bank (PDB), the PDB file format and the mmCIF file format. The Library provides various high-level tools for working with coordinate files, which include not only reading and writing, but also orthogonal-fractional coordinate transforms, generation of symmetry mates, editing the molecular structure and some others. The Library is supposed as a general low-level tool for unifying the coordinate-related operations. This package contains the shared library components needed for programs that have been compiled with the mmdb library.
We can use yum
or dnf
to install mmdb2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mmdb2.
Install mmdb2 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 mmdb2
using dnf
by running the following command:
sudo dnf -y install mmdb2
Install mmdb2 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 mmdb2
using yum
by running the following command:
sudo yum -y install mmdb2
How To Uninstall mmdb2 on Fedora 36
To uninstall only the mmdb2
package we can use the following command:
sudo dnf remove mmdb2
mmdb2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/d9c9238f6318dbf4ca8f5ed8611a4252f84912
/usr/lib64/libmmdb2.so.0
/usr/lib64/libmmdb2.so.0.0.0
/usr/share/doc/mmdb2
/usr/share/doc/mmdb2/AUTHORS
/usr/share/doc/mmdb2/COPYING
/usr/share/doc/mmdb2/README
References
Summary
In this tutorial we learn how to install mmdb2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install mmdb2 on Fedora 36” linkTitle: “mmdb2” type: “docs” description: “In this tutorial we learn how to install mmdb2 in Fedora 36. mmdb2 is Macromolecular coordinate library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mmdb2-featured.png
Introduction
In this tutorial we learn how to install mmdb2
on Fedora 36.
What is mmdb2
MMDB is a macromolecular coordinate library, written by Eugene Krissinel primarily for use by the collaborative computational project 4 (CCP4) group in the United Kingdom. The Coordinate Library is designed to assist CCP4 developers in working with coordinate files. The Library features work with the primary file formats of the Protein Data Bank (PDB), the PDB file format and the mmCIF file format. The Library provides various high-level tools for working with coordinate files, which include not only reading and writing, but also orthogonal-fractional coordinate transforms, generation of symmetry mates, editing the molecular structure and some others. The Library is supposed as a general low-level tool for unifying the coordinate-related operations. This package contains the shared library components needed for programs that have been compiled with the mmdb library.
We can use yum
or dnf
to install mmdb2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mmdb2.
Install mmdb2 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 mmdb2
using dnf
by running the following command:
sudo dnf -y install mmdb2
Install mmdb2 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 mmdb2
using yum
by running the following command:
sudo yum -y install mmdb2
How To Uninstall mmdb2 on Fedora 36
To uninstall only the mmdb2
package we can use the following command:
sudo dnf remove mmdb2
mmdb2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/209d7602562c197fbe8265f00fe22dd10a9039
/usr/lib/libmmdb2.so.0
/usr/lib/libmmdb2.so.0.0.0
/usr/share/doc/mmdb2
/usr/share/doc/mmdb2/AUTHORS
/usr/share/doc/mmdb2/COPYING
/usr/share/doc/mmdb2/README
References
Summary
In this tutorial we learn how to install mmdb2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).