How to Install and Uninstall urlwatch.noarch Package on Fedora 39
Last updated: January 12,2025
1. Install "urlwatch.noarch" package
This is a short guide on how to install urlwatch.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
urlwatch.noarch
Copied
2. Uninstall "urlwatch.noarch" package
This guide let you learn how to uninstall urlwatch.noarch on Fedora 39:
$
sudo dnf remove
urlwatch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the urlwatch.noarch package on Fedora 39
Last metadata expiration check: 0:59:52 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : urlwatch
Version : 2.21
Release : 10.fc39
Architecture : noarch
Size : 137 k
Source : urlwatch-2.21-10.fc39.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
Available Packages
Name : urlwatch
Version : 2.21
Release : 10.fc39
Architecture : noarch
Size : 137 k
Source : urlwatch-2.21-10.fc39.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