How To Install proj-data-se on Fedora 36
Introduction
In this tutorial we learn how to install proj-data-se on Fedora 36.
What is proj-data-se
Sweden datum grids for Proj.
We can use yum or dnf to install proj-data-se on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install proj-data-se.
Install proj-data-se 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-se using dnf by running the following command:
sudo dnf -y install proj-data-se
Install proj-data-se 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-se using yum by running the following command:
sudo yum -y install proj-data-se
How To Uninstall proj-data-se on Fedora 36
To uninstall only the proj-data-se package we can use the following command:
sudo dnf remove proj-data-se
proj-data-se Package Contents on Fedora 36
/usr/share/proj/se_lantmateriet_README.txt
/usr/share/proj/se_lantmateriet_SWEN17_RH2000.tif
References
Summary
In this tutorial we learn how to install proj-data-se on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).