How To Install proj-data-au on Fedora 36

In this tutorial we learn how to install proj-data-au in Fedora 36. proj-data-au is Australia datum grids for Proj

Introduction

In this tutorial we learn how to install proj-data-au on Fedora 36.

What is proj-data-au

Australia datum grids for Proj.

We can use yum or dnf to install proj-data-au on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install proj-data-au.

Install proj-data-au 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 proj-data-au using dnf by running the following command:

sudo dnf -y install proj-data-au

Install proj-data-au 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 proj-data-au using yum by running the following command:

sudo yum -y install proj-data-au

How To Uninstall proj-data-au on Fedora 36

To uninstall only the proj-data-au package we can use the following command:

sudo dnf remove proj-data-au

proj-data-au Package Contents on Fedora 36

/usr/share/proj/au_ga_AGQG_20201120.tif
/usr/share/proj/au_ga_AUSGeoid09_V1.01.tif
/usr/share/proj/au_ga_AUSGeoid2020_20180201.tif
/usr/share/proj/au_ga_AUSGeoid98.tif
/usr/share/proj/au_ga_README.txt
/usr/share/proj/au_icsm_A66_National_13_09_01.tif
/usr/share/proj/au_icsm_GDA94_GDA2020_conformal.tif
/usr/share/proj/au_icsm_GDA94_GDA2020_conformal_and_distortion.tif
/usr/share/proj/au_icsm_GDA94_GDA2020_conformal_christmas_island.tif
/usr/share/proj/au_icsm_GDA94_GDA2020_conformal_cocos_island.tif
/usr/share/proj/au_icsm_National_84_02_07_01.tif
/usr/share/proj/au_icsm_README.txt

References

Summary

In this tutorial we learn how to install proj-data-au on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).