How to Install and Uninstall dmtx-utils.x86_64 Package on Fedora 38

Last updated: November 29,2024

1. Install "dmtx-utils.x86_64" package

In this section, we are going to explain the necessary steps to install dmtx-utils.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install dmtx-utils.x86_64

2. Uninstall "dmtx-utils.x86_64" package

This guide let you learn how to uninstall dmtx-utils.x86_64 on Fedora 38:

$ sudo dnf remove dmtx-utils.x86_64 $ sudo dnf autoremove

3. Information about the dmtx-utils.x86_64 package on Fedora 38

Last metadata expiration check: 3:03:20 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : dmtx-utils
Version : 0.7.6
Release : 16.fc38
Architecture : x86_64
Size : 51 k
Source : dmtx-utils-0.7.6-16.fc38.src.rpm
Repository : updates
Summary : Tools for working with Data Matrix 2D bar-codes
URL : https://github.com/dmtx
License : LGPLv2+
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.