How to Install and Uninstall urlwatch.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "urlwatch.noarch" package

This guide covers the steps necessary to install urlwatch.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install urlwatch.noarch

2. Uninstall "urlwatch.noarch" package

Please follow the guidance below to uninstall urlwatch.noarch on Fedora 34:

$ sudo dnf remove urlwatch.noarch $ sudo dnf autoremove

3. Information about the urlwatch.noarch package on Fedora 34

Last metadata expiration check: 1:33:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : urlwatch
Version : 2.21
Release : 2.fc34
Architecture : noarch
Size : 97 k
Source : urlwatch-2.21-2.fc34.src.rpm
Repository : fedora
Summary : A tool for monitoring webpages for updates
URL : http://thpinfo.com/2008/urlwatch/
License : BSD
Description : This script is intended to help you watch URLs and get notified (via
: email or in your terminal) of any changes. The change notification
: will include the URL that has changed and a unified diff of what has
: changed.
:
: The script supports the use of a filtering hook function to strip
: trivially-varying elements of a webpage.
:
: Basic features
:
: * Simple configuration (text file, one URL per line)
: * Easily hackable (clean Python implementation)
: * Can run as a cronjob and mail changes to you
: * Always outputs only plaintext - no HTML mails :)
: * Supports removing noise (always-changing website parts)
: * Example hooks to filter content in Python