How To Install convmv.noarch on Amazon Linux 2

In this tutorial we learn how to install convmv.noarch in Amazon Linux 2. convmv.noarch is Convert filename encodings

Introduction

In this tutorial we learn how to install convmv.noarch on Amazon Linux 2.

What is convmv.noarch

This package contains the tool convmv with which you can convert the encodings of filenames, e.g. from Latin1 to UTF-8.

We can use yum to install convmv.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install convmv.noarch.

Install convmv.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install convmv.noarch using yum by running the following command:

sudo yum -y install convmv.noarch

How To Uninstall convmv.noarch on Amazon Linux 2

To uninstall only the convmv.noarch package we can use the following command:

sudo yum remove convmv.noarch

convmv.noarch Package Contents on Amazon Linux 2

/usr/bin/convmv
/usr/share/doc/convmv-1.15
/usr/share/doc/convmv-1.15/CREDITS
/usr/share/doc/convmv-1.15/Changes
/usr/share/doc/convmv-1.15/GPL2
/usr/share/doc/convmv-1.15/TODO
/usr/share/man/man1/convmv.1.gz

References

Summary

In this tutorial we learn how to install convmv.noarch on Amazon Linux 2 using yum.