How To Install splat on Fedora 36
Introduction
In this tutorial we learn how to install splat on Fedora 36.
What is splat
SPLAT! is a Surface Path Length And Terrain analysis application written for Linux and Unix workstations. SPLAT! analyzes point-to-point terrestrial RF communication links, and provides information useful to communication system designers and site engineers.
We can use yum or dnf to install splat on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install splat.
Install splat 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 splat using dnf by running the following command:
sudo dnf -y install splat
Install splat 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 splat using yum by running the following command:
sudo yum -y install splat
How To Uninstall splat on Fedora 36
To uninstall only the splat package we can use the following command:
sudo dnf remove splat
splat Package Contents on Fedora 36
/usr/bin/bearing
/usr/bin/citydecoder
/usr/bin/postdownload
/usr/bin/splat
/usr/bin/splat-hd
/usr/bin/srtm2sdf
/usr/bin/usgs2sdf
/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/b6a461083f6235c3e6f603a682fafe3f62ee6e
/usr/lib/.build-id/47
/usr/lib/.build-id/47/13ec0c1f21cc0d3b90a577f60339a25ced2a39
/usr/lib/.build-id/75
/usr/lib/.build-id/75/5da8ef899d1e88e8d741fddaf11d8d7da4b422
/usr/lib/.build-id/77
/usr/lib/.build-id/77/ddc73320ed6525a338c4185ce72b82c1b4f524
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/2087aa570c1e392a3fa450939363229ee8233c
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/aee350198a2d5d4b2025a085403818dacdf912
/usr/share/doc/splat
/usr/share/doc/splat/CHANGES
/usr/share/doc/splat/README
/usr/share/doc/splat/README-utils
/usr/share/doc/splat/fips.txt
/usr/share/doc/splat/sample_data
/usr/share/doc/splat/sample_data/sample.lrp
/usr/share/doc/splat/sample_data/wnju-dt.az
/usr/share/doc/splat/sample_data/wnju-dt.el
/usr/share/doc/splat/sample_data/wnju-dt.lrp
/usr/share/doc/splat/sample_data/wnju-dt.qth
/usr/share/doc/splat/sample_data/wnju-dt.scf
/usr/share/licenses/splat
/usr/share/licenses/splat/COPYING
/usr/share/man/es/man1/splat.1.gz
/usr/share/man/man1/bearing.1.gz
/usr/share/man/man1/citydecoder.1.gz
/usr/share/man/man1/postdownload.1.gz
/usr/share/man/man1/splat.1.gz
/usr/share/man/man1/srtm2sdf.1.gz
/usr/share/man/man1/usgs2sdf.1.gz
References
Summary
In this tutorial we learn how to install splat on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).