How To Install xtide on Fedora 34
Introduction
In this tutorial we learn how to install xtide
on Fedora 34.
What is xtide
XTide is a package that provides tide and current predictions in a wide variety of formats. Graphs, text listings, and calendars can be generated, or a tide clock can be provided on your desktop. XTide can work with X-windows, plain text terminals, or the web. This is accomplished with three separate programs interface (xtide), the non-interactive or command line interface (tide), and the web interface. The algorithm that XTide uses to predict tides is the one used by the National Ocean Service in the U.S. It is significantly more accurate than the simple tide clocks that can be bought in novelty stores. However, it takes more to predict tides accurately than just a spiffy algorithm – you also need some special data for each and every location for which you want to predict tides. XTide reads this data from harmonics files. See http for details on where to get these NOTE Please also see README.fedora in xtide-common package for Fedora specific issue.
We can use yum
or dnf
to install xtide
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install xtide.
Install xtide on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xtide
using dnf
by running the following command:
sudo dnf -y install xtide
Install xtide on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xtide
using yum
by running the following command:
sudo yum -y install xtide
How To Uninstall xtide on Fedora 34
To uninstall only the xtide
package we can use the following command:
sudo dnf remove xtide
xtide Package Contents on Fedora 34
/etc/sysconfig/xttpd.service.conf
/etc/sysconfig/xttpd.socket
/usr/bin/tide
/usr/bin/xtide
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/d5e6f4b90400ef0a9a29f7e0916fccbbb7d105
/usr/lib/.build-id/98
/usr/lib/.build-id/98/3320cc56eb73cb4241a9a3fefdb2513d52eb7e
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/25b63ec21daef68b11c2552ef78e8f269492d7
/usr/lib/systemd/system/xttpd.service
/usr/lib/systemd/system/xttpd.socket
/usr/sbin/xttpd
/usr/share/applications/xtide.desktop
/usr/share/doc/xtide
/usr/share/doc/xtide/AUTHORS
/usr/share/doc/xtide/README
/usr/share/doc/xtide/README-QUICK
/usr/share/icons/hicolor/16x16/apps/xtide.png
/usr/share/icons/hicolor/48x48/apps/xtide.png
/usr/share/licenses/xtide
/usr/share/licenses/xtide/COPYING
/usr/share/man/man1/tide.1.gz
/usr/share/man/man1/xtide.1.gz
/usr/share/man/man8/xttpd.8.gz
/usr/share/xtide/icon_16x16_orig.png
/usr/share/xtide/icon_48x48_orig.png
References
Summary
In this tutorial we learn how to install xtide
on Fedora 34 using yum and dnf.