How To Install nrg2iso on Fedora 36
Introduction
In this tutorial we learn how to install nrg2iso
on Fedora 36.
What is nrg2iso
Nrg2Iso is a linux utility for converting CD (or DVD) image generated by Nero Burning Rom to ISO format.
We can use yum
or dnf
to install nrg2iso
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nrg2iso.
Install nrg2iso 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 nrg2iso
using dnf
by running the following command:
sudo dnf -y install nrg2iso
Install nrg2iso 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 nrg2iso
using yum
by running the following command:
sudo yum -y install nrg2iso
How To Uninstall nrg2iso on Fedora 36
To uninstall only the nrg2iso
package we can use the following command:
sudo dnf remove nrg2iso
nrg2iso Package Contents on Fedora 36
/usr/bin/nrg2iso
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/f9978bd64973ca3bf0793f98d7974d69b57767
/usr/share/doc/nrg2iso
/usr/share/doc/nrg2iso/CHANGELOG
/usr/share/doc/nrg2iso/gpl.txt
References
Summary
In this tutorial we learn how to install nrg2iso
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).