如何安装 gpscorrelate Fedora 36

在本教程中,我们学习如何安装 gpscorrelate Fedora 36. gpscorrelate 是 GPS 照片关联/地理标记工具

介绍

在本教程中我们学习如何安装 gpscorrelate 在 Fedora 36.

什么是 gpscorrelate

Gpscorrelate 基于 gpx 轨迹文件将坐标添加到 jpeg 图片的 exif 数据中。 通过将图像的时间戳与 GPS 坐标的时间戳进行比较来完成相关性。

我们可以用 yum 或者 dnf 安装 gpscorrelate 在 Fedora 36. 在本教程中,我们讨论这两种方法,但您只需选择一种方法来安装 gpscorrelate。

安装 gpscorrelate Fedora 36 使用dnf

更新 yum 数据库 dnf 使用以下命令。

sudo dnf makecache --refresh

更新 yum 数据库后,我们可以安装 gpscorrelate 使用 dnf 通过运行以下命令:

sudo dnf -y install gpscorrelate

安装 gpscorrelate Fedora 36 使用 yum

更新 yum 数据库 yum 使用以下命令。

sudo yum makecache --refresh

更新 yum 数据库后,我们可以安装 gpscorrelate 使用 yum 通过运行以下命令:

sudo yum -y install gpscorrelate

如何卸载 gpscorrelate Fedora 36

仅卸载 gpscorrelate 打包我们可以使用以下命令:

sudo dnf remove gpscorrelate

gpscorrelate 软件包内容 Fedora 36

/usr/bin/gpscorrelate
/usr/bin/gpscorrelate-gui
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/a77eb3c139b6398497263735a87911f836416f
/usr/lib/.build-id/79
/usr/lib/.build-id/79/38ad976006d0432704175059c84a344d15a6e0
/usr/share/applications/gpscorrelate.desktop
/usr/share/doc/gpscorrelate
/usr/share/doc/gpscorrelate/README.md
/usr/share/doc/gpscorrelate/concepts.html
/usr/share/doc/gpscorrelate/corr.png
/usr/share/doc/gpscorrelate/fr
/usr/share/doc/gpscorrelate/fr/command.html
/usr/share/doc/gpscorrelate/fr/concepts.html
/usr/share/doc/gpscorrelate/fr/corr.png
/usr/share/doc/gpscorrelate/fr/gui.html
/usr/share/doc/gpscorrelate/fr/index.html
/usr/share/doc/gpscorrelate/gpscorrelate.html
/usr/share/doc/gpscorrelate/gui.html
/usr/share/doc/gpscorrelate/index.html
/usr/share/icons/hicolor/scalable/apps/gpscorrelate-gui.svg
/usr/share/man/man1/gpscorrelate.1.gz

参考

概括

在本教程中我们学习如何安装 gpscorrelate 在 Fedora 36 使用 yum 和 [dnf]((/fedora/36/dnf/)。