How to Install and Uninstall mmv.x86_64 Package on Fedora 35

Last updated: May 17,2024

1. Install "mmv.x86_64" package

In this section, we are going to explain the necessary steps to install mmv.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mmv.x86_64

2. Uninstall "mmv.x86_64" package

This guide covers the steps necessary to uninstall mmv.x86_64 on Fedora 35:

$ sudo dnf remove mmv.x86_64 $ sudo dnf autoremove

3. Information about the mmv.x86_64 package on Fedora 35

Last metadata expiration check: 3:46:54 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mmv
Version : 1.01b
Release : 36.fc35
Architecture : x86_64
Size : 39 k
Source : mmv-1.01b-36.fc35.src.rpm
Repository : fedora
Summary : Move/copy/append/link multiple files
URL : http://packages.qa.debian.org/m/mmv.html
License : GPL+
Description : This is mmv, a program to move/copy/append/link multiple files
: according to a set of wildcard patterns. This multiple action is
: performed safely, i.e. without any unexpected deletion of files due to
: collisions of target names with existing filenames or with other
: target names. Furthermore, before doing anything, mmv attempts to
: detect any errors that would result from the entire set of actions
: specified and gives the user the choice of either aborting before
: beginning, or proceeding by avoiding the offending parts.