How To Install libdmtx on Fedora 36
Introduction
In this tutorial we learn how to install libdmtx
on Fedora 36.
What is libdmtx
libdmtx is open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows, and mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. The included utility programs, dmtxread and dmtxwrite, provide the official interface to libdmtx from the command line, and also serve as a good reference for programmers who wish to write their own programs that interact with libdmtx. All of the software in the libdmtx package is distributed under the LGPLv2 and can be used freely under these terms.
We can use yum
or dnf
to install libdmtx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdmtx.
Install libdmtx 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 libdmtx
using dnf
by running the following command:
sudo dnf -y install libdmtx
Install libdmtx 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 libdmtx
using yum
by running the following command:
sudo yum -y install libdmtx
How To Uninstall libdmtx on Fedora 36
To uninstall only the libdmtx
package we can use the following command:
sudo dnf remove libdmtx
libdmtx Package Contents on Fedora 36
---
title: "How To Install libdmtx on Fedora 36"
linkTitle: "libdmtx"
type: "docs"
description: "In this tutorial we learn how to install libdmtx in Fedora 36. libdmtx is Library for working with Data Matrix 2D bar-codes"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libdmtx-featured.png
---
## Introduction
In this tutorial we learn how to install `libdmtx` on Fedora 36.
### What is `libdmtx`
> libdmtx is open source software for reading and writing Data Matrix 2D bar-codes on Linux, Unix, OS X, Windows, and mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. The included utility programs, dmtxread and dmtxwrite, provide the official interface to libdmtx from the command line, and also serve as a good reference for programmers who wish to write their own programs that interact with libdmtx. All of the software in the libdmtx package is distributed under the LGPLv2 and can be used freely under these terms.
/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/e00ddb0dd2696eb5517bea01f32a56d791eca0
/usr/lib64/libdmtx.so.0
/usr/lib64/libdmtx.so.0.0.0
/usr/share/doc/libdmtx
/usr/share/doc/libdmtx/AUTHORS
/usr/share/doc/libdmtx/ChangeLog
/usr/share/doc/libdmtx/KNOWNBUG
/usr/share/doc/libdmtx/README
/usr/share/doc/libdmtx/README.linux
/usr/share/doc/libdmtx/TODO
/usr/share/licenses/libdmtx
/usr/share/licenses/libdmtx/LICENSE
We can use `yum` or `dnf` to install `libdmtx` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdmtx.
## Install libdmtx on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libdmtx
using dnf
by running the following command:
sudo dnf -y install libdmtx
## References
## Install libdmtx on Fedora 36 Using yum
* [libdmtx website](https://github.com/dmtx)
Update yum database with `yum` using the following command.
## Summary
```bash
sudo yum makecache --refresh
In this tutorial we learn how to install libdmtx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install libdmtx
using yum
by running the following command:
sudo yum -y install libdmtx
How To Uninstall libdmtx on Fedora 36
To uninstall only the libdmtx
package we can use the following command:
sudo dnf remove libdmtx
libdmtx Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/1615040aadbd49b836620704f60f6499086df5
/usr/lib/libdmtx.so.0
/usr/lib/libdmtx.so.0.0.0
/usr/share/doc/libdmtx
/usr/share/doc/libdmtx/AUTHORS
/usr/share/doc/libdmtx/ChangeLog
/usr/share/doc/libdmtx/KNOWNBUG
/usr/share/doc/libdmtx/README
/usr/share/doc/libdmtx/README.linux
/usr/share/doc/libdmtx/TODO
/usr/share/licenses/libdmtx
/usr/share/licenses/libdmtx/LICENSE
References
Summary
In this tutorial we learn how to install libdmtx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).