How to Install and Uninstall libdmtx.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "libdmtx.x86_64" package

Please follow the steps below to install libdmtx.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libdmtx.x86_64

2. Uninstall "libdmtx.x86_64" package

This is a short guide on how to uninstall libdmtx.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libdmtx.x86_64 $ sudo dnf autoremove

3. Information about the libdmtx.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:27:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libdmtx
Version : 0.7.5
Release : 8.el9
Architecture : x86_64
Size : 62 k
Source : libdmtx-0.7.5-8.el9.src.rpm
Repository : epel
Summary : Library for working with Data Matrix 2D bar-codes
URL : https://github.com/dmtx
License : BSD
Description : 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.