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

Last updated: November 26,2024

1. Install "urlwatch.noarch" package

This is a short guide on how to install urlwatch.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install urlwatch.noarch

2. Uninstall "urlwatch.noarch" package

Please follow the instructions below to uninstall urlwatch.noarch on Fedora 35:

$ sudo dnf remove urlwatch.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:24:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : urlwatch
Version : 2.21
Release : 4.fc35
Architecture : noarch
Size : 97 k
Source : urlwatch-2.21-4.fc35.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